Home
last modified time | relevance | path

Searched refs:interruptMask (Results 1 – 2 of 2) sorted by relevance

/btstack/port/msp432p401lp-cc256x/ti/devices/msp432p4xx/driverlib/
H A Drtc_c.c204 void RTC_C_enableInterrupt(uint8_t interruptMask) in RTC_C_enableInterrupt() argument
206 if (interruptMask in RTC_C_enableInterrupt()
212 | (interruptMask in RTC_C_enableInterrupt()
218 if (interruptMask & RTC_C_PRESCALE_TIMER0_INTERRUPT) in RTC_C_enableInterrupt()
223 if (interruptMask & RTC_C_PRESCALE_TIMER1_INTERRUPT) in RTC_C_enableInterrupt()
229 void RTC_C_disableInterrupt(uint8_t interruptMask) in RTC_C_disableInterrupt() argument
234 if (interruptMask & allIntMask) in RTC_C_disableInterrupt()
237 & ~((interruptMask & allIntMask) | RTC_C_CTL0_KEY_MASK)) in RTC_C_disableInterrupt()
243 if (interruptMask & RTC_C_PRESCALE_TIMER0_INTERRUPT) in RTC_C_disableInterrupt()
248 if (interruptMask & RTC_C_PRESCALE_TIMER1_INTERRUPT) in RTC_C_disableInterrupt()
H A Drtc_c.h476 extern void RTC_C_enableInterrupt(uint8_t interruptMask);
505 extern void RTC_C_disableInterrupt(uint8_t interruptMask);