Searched refs:bitmask (Results 1 – 2 of 2) sorted by relevance
181 uint32_t bitmask = events_map; in nrfx_ipc_irq_handler() local183 while (bitmask) in nrfx_ipc_irq_handler()185 uint8_t event_idx = (uint8_t)NRF_CTZ(bitmask); in nrfx_ipc_irq_handler()186 bitmask &= ~(1UL << event_idx); in nrfx_ipc_irq_handler()
43 - Fixed the LIMIT events interrupt bitmask definition in the SAADC HAL. Now, the LIMIT events 4 to …223 - Added a function for getting the bitmask of all watchdog requests' statuses in the WDT HAL.240 - Changed a prototype of the WDT driver callback. Now a bitmask specifying which reload request cau…256 …on for the nrf_rtc_event_disable() function in the RTC HAL. It accepts a bitmask of events instead…272 …vent handler in the IPC driver that accepts event index instead of event bitmask. The previous sig…297 - Added NRF_TIMER_ALL_CHANNELS_INT_MASK symbol that is used for creating the interrupt bitmask for …339 - Added functions for getting shortcut bitmask associated with specified channel in the TIMER HAL.