Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_ccm.h374 } nrf_ccm_error_t; typedef
640 NRF_STATIC_INLINE nrf_ccm_error_t nrf_ccm_errorstatus_get(NRF_CCM_Type const * p_reg);
1070 NRF_STATIC_INLINE nrf_ccm_error_t nrf_ccm_errorstatus_get(NRF_CCM_Type const * p_reg) in nrf_ccm_errorstatus_get()
1072 return (nrf_ccm_error_t)(p_reg->ERRORSTATUS); in nrf_ccm_errorstatus_get()