Lines Matching refs:NRFY_STATIC_INLINE
67 NRFY_STATIC_INLINE void nrfy_temp_int_init(NRF_TEMP_Type * p_reg, in nrfy_temp_int_init()
90 NRFY_STATIC_INLINE void nrfy_temp_int_uninit(NRF_TEMP_Type * p_reg) in nrfy_temp_int_uninit()
97 NRFY_STATIC_INLINE void nrfy_temp_int_enable(NRF_TEMP_Type * p_reg, uint32_t mask) in nrfy_temp_int_enable()
104 NRFY_STATIC_INLINE void nrfy_temp_int_disable(NRF_TEMP_Type * p_reg, uint32_t mask) in nrfy_temp_int_disable()
111 NRFY_STATIC_INLINE uint32_t nrfy_temp_int_enable_check(NRF_TEMP_Type const * p_reg, uint32_t mask) in nrfy_temp_int_enable_check()
120 NRFY_STATIC_INLINE uint32_t nrfy_temp_task_address_get(NRF_TEMP_Type const * p_reg, in nrfy_temp_task_address_get()
127 NRFY_STATIC_INLINE void nrfy_temp_task_trigger(NRF_TEMP_Type * p_reg, nrf_temp_task_t task) in nrfy_temp_task_trigger()
134 NRFY_STATIC_INLINE uint32_t nrfy_temp_event_address_get(NRF_TEMP_Type const * p_reg, in nrfy_temp_event_address_get()
141 NRFY_STATIC_INLINE void nrfy_temp_event_clear(NRF_TEMP_Type * p_reg, nrf_temp_event_t event) in nrfy_temp_event_clear()
148 NRFY_STATIC_INLINE bool nrfy_temp_event_check(NRF_TEMP_Type const * p_reg, nrf_temp_event_t event) in nrfy_temp_event_check()
157 NRFY_STATIC_INLINE int32_t nrfy_temp_result_get(NRF_TEMP_Type const * p_reg) in nrfy_temp_result_get()
167 NRFY_STATIC_INLINE void nrfy_temp_calibration_coeff_set(NRF_TEMP_Type * p_reg, uint32_t coeff) in nrfy_temp_calibration_coeff_set()
174 NRFY_STATIC_INLINE uint32_t nrfy_temp_calibration_coeff_get(NRF_TEMP_Type const * p_reg) in nrfy_temp_calibration_coeff_get()
185 NRFY_STATIC_INLINE void nrfy_temp_subscribe_set(NRF_TEMP_Type * p_reg, in nrfy_temp_subscribe_set()
194 NRFY_STATIC_INLINE void nrfy_temp_subscribe_clear(NRF_TEMP_Type * p_reg, nrf_temp_task_t task) in nrfy_temp_subscribe_clear()
201 NRFY_STATIC_INLINE void nrfy_temp_publish_set(NRF_TEMP_Type * p_reg, in nrfy_temp_publish_set()
210 NRFY_STATIC_INLINE void nrfy_temp_publish_clear(NRF_TEMP_Type * p_reg, nrf_temp_event_t event) in nrfy_temp_publish_clear()