Searched refs:BC_INTEN (Results 1 – 2 of 2) sorted by relevance
224 tmp = DVK_readRegister(BC_INTEN); in DVK_enableInterrupt()226 DVK_writeRegister(BC_INTEN, tmp); in DVK_enableInterrupt()238 tmp = DVK_readRegister(BC_INTEN); in DVK_disableInterrupt()241 DVK_writeRegister(BC_INTEN, tmp); in DVK_disableInterrupt()
86 #define BC_INTEN ((volatile uint16_t *)(BC_REGISTER_BASE + sizeof(uint16_t) * 0x21)) /*… macro
Completed in 5 milliseconds