Searched refs:nrf_ccm_cnf_t (Results 1 – 1 of 1) sorted by relevance
310 } nrf_ccm_cnf_t; typedef652 nrf_ccm_cnf_t const * p_data);662 NRF_STATIC_INLINE nrf_ccm_cnf_t * nrf_ccm_cnfptr_get(NRF_CCM_Type const * p_reg);1078 nrf_ccm_cnf_t const * p_data) in nrf_ccm_cnfptr_set()1083 NRF_STATIC_INLINE nrf_ccm_cnf_t * nrf_ccm_cnfptr_get(NRF_CCM_Type const * p_reg) in nrf_ccm_cnfptr_get()1087 return (nrf_ccm_cnf_t *)(p_reg->CNFPTR | 0x01000000); in nrf_ccm_cnfptr_get()1089 return (nrf_ccm_cnf_t *)(p_reg->CNFPTR); in nrf_ccm_cnfptr_get()