Searched refs:reg_id (Results 1 – 1 of 1) sorted by relevance
180 NRF_STATIC_INLINE uint32_t nrf_ficr_deviceid_get(NRF_FICR_Type const * p_reg, uint32_t reg_id);205 NRF_STATIC_INLINE uint32_t nrf_ficr_deviceaddr_get(NRF_FICR_Type const * p_reg, uint32_t reg_id);217 NRF_STATIC_INLINE uint32_t nrf_ficr_er_get(NRF_FICR_Type const * p_reg, uint32_t reg_id);229 NRF_STATIC_INLINE uint32_t nrf_ficr_ir_get(NRF_FICR_Type const * p_reg, uint32_t reg_id);257 NRF_STATIC_INLINE uint32_t nrf_ficr_deviceid_get(NRF_FICR_Type const * p_reg, uint32_t reg_id) in nrf_ficr_deviceid_get() argument260 return p_reg->INFO.DEVICEID[reg_id]; in nrf_ficr_deviceid_get()262 return p_reg->DEVICEID[reg_id]; in nrf_ficr_deviceid_get()302 NRF_STATIC_INLINE uint32_t nrf_ficr_deviceaddr_get(NRF_FICR_Type const * p_reg, uint32_t reg_id) in nrf_ficr_deviceaddr_get() argument305 return p_reg->BLE.ADDR[reg_id]; in nrf_ficr_deviceaddr_get()307 return p_reg->DEVICEADDR[reg_id]; in nrf_ficr_deviceaddr_get()[all …]