Lines Matching refs:reg_id
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() argument
260 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() argument
305 return p_reg->BLE.ADDR[reg_id]; in nrf_ficr_deviceaddr_get()
307 return p_reg->DEVICEADDR[reg_id]; in nrf_ficr_deviceaddr_get()
313 NRF_STATIC_INLINE uint32_t nrf_ficr_er_get(NRF_FICR_Type const * p_reg, uint32_t reg_id) in nrf_ficr_er_get() argument
316 return p_reg->BLE.ER[reg_id]; in nrf_ficr_er_get()
318 return p_reg->ER[reg_id]; in nrf_ficr_er_get()
324 NRF_STATIC_INLINE uint32_t nrf_ficr_ir_get(NRF_FICR_Type const * p_reg, uint32_t reg_id) in nrf_ficr_ir_get() argument
327 return p_reg->BLE.IR[reg_id]; in nrf_ficr_ir_get()
329 return p_reg->IR[reg_id]; in nrf_ficr_ir_get()