Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_twis.h273 NRF_STATIC_INLINE void nrf_twis_int_enable(NRF_TWIS_Type * p_reg, uint32_t mask);
712 NRF_STATIC_INLINE void nrf_twis_int_enable(NRF_TWIS_Type * p_reg, uint32_t mask) in nrf_twis_int_enable() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_twis.c637 nrf_twis_int_enable(p_reg, m_used_ints_mask); in nrfx_twis_enable()