LPC11C24 C_CAN IF_CMDREQ_BUSY

This commit is contained in:
Pavel Kirienko 2015-10-13 14:12:53 +03:00
parent d9ca67c84c
commit 98189950e4

View File

@ -157,6 +157,11 @@ enum class StatLec : std::uint32_t
Unused = 7
};
/*
* IF.CMDREQ
*/
static constexpr std::uint32_t IF_CMDREQ_BUSY = 1 << 15;
/*
* IF.CMDMSK
*/