Searched refs:nrfx_twis_check_bit (Results 1 – 1 of 1) sorted by relevance
/lk-master/external/platform/nrfx/drivers/src/ |
A D | nrfx_twis.c | 188 static inline bool nrfx_twis_check_bit(uint32_t flags, in nrfx_twis_check_bit() function 283 if (nrfx_twis_check_bit(ev, NRF_TWIS_EVENT_STOPPED)) in nrfx_twis_state_machine() 288 else if (nrfx_twis_check_bit(ev, NRF_TWIS_EVENT_READ)) in nrfx_twis_state_machine() 338 nrfx_twis_check_bit(ev, NRF_TWIS_EVENT_STOPPED)) in nrfx_twis_state_machine() 354 if (nrfx_twis_check_bit(ev, NRF_TWIS_EVENT_WRITE) || in nrfx_twis_state_machine() 355 nrfx_twis_check_bit(ev, NRF_TWIS_EVENT_READ) || in nrfx_twis_state_machine() 356 nrfx_twis_check_bit(ev, NRF_TWIS_EVENT_STOPPED)) in nrfx_twis_state_machine() 383 nrfx_twis_check_bit(ev, NRF_TWIS_EVENT_STOPPED)) in nrfx_twis_state_machine() 399 if (nrfx_twis_check_bit(ev, NRF_TWIS_EVENT_WRITE) || in nrfx_twis_state_machine() 400 nrfx_twis_check_bit(ev, NRF_TWIS_EVENT_READ) || in nrfx_twis_state_machine() [all …]
|
Completed in 3 milliseconds