Home
last modified time | relevance | path

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

/hal_nordic-3.6.0/nrfx/hal/
Dnrf_i2s.h348 NRF_STATIC_INLINE uint32_t nrf_i2s_int_enable_check(NRF_I2S_Type const * p_reg, uint32_t mask);
593 NRF_STATIC_INLINE uint32_t nrf_i2s_int_enable_check(NRF_I2S_Type const * p_reg, uint32_t mask) in nrf_i2s_int_enable_check() function
/hal_nordic-3.6.0/nrfx/haly/
Dnrfy_i2s.h354 uint32_t check = nrf_i2s_int_enable_check(p_reg, mask); in nrfy_i2s_int_enable_check()