Lines Matching refs:NRFY_STATIC_INLINE

44 NRFY_STATIC_INLINE void __nrfy_internal_comp_event_enabled_clear(NRF_COMP_Type *  p_reg,
48 NRFY_STATIC_INLINE bool __nrfy_internal_comp_event_handle(NRF_COMP_Type * p_reg,
53 NRFY_STATIC_INLINE uint32_t __nrfy_internal_comp_events_process(NRF_COMP_Type * p_reg,
91 NRFY_STATIC_INLINE void nrfy_comp_periph_configure(NRF_COMP_Type * p_reg, in nrfy_comp_periph_configure()
118 NRFY_STATIC_INLINE void nrfy_comp_int_init(NRF_COMP_Type * p_reg, in nrfy_comp_int_init()
144 NRFY_STATIC_INLINE void nrfy_comp_int_uninit(NRF_COMP_Type * p_reg) in nrfy_comp_int_uninit()
159 NRFY_STATIC_INLINE uint32_t nrfy_comp_events_process(NRF_COMP_Type * p_reg, in nrfy_comp_events_process()
175 NRFY_STATIC_INLINE uint32_t nrfy_comp_sample(NRF_COMP_Type * p_reg) in nrfy_comp_sample()
185 NRFY_STATIC_INLINE void nrfy_comp_enable(NRF_COMP_Type * p_reg) in nrfy_comp_enable()
192 NRFY_STATIC_INLINE void nrfy_comp_disable(NRF_COMP_Type * p_reg) in nrfy_comp_disable()
199 NRFY_STATIC_INLINE bool nrfy_comp_enable_check(NRF_COMP_Type const * p_reg) in nrfy_comp_enable_check()
208 NRFY_STATIC_INLINE void nrfy_comp_ref_set(NRF_COMP_Type * p_reg, nrf_comp_ref_t reference) in nrfy_comp_ref_set()
215 NRFY_STATIC_INLINE void nrfy_comp_ext_ref_set(NRF_COMP_Type * p_reg, nrf_comp_ext_ref_t ext_ref) in nrfy_comp_ext_ref_set()
222 NRFY_STATIC_INLINE void nrfy_comp_th_set(NRF_COMP_Type * p_reg, nrf_comp_th_t threshold) in nrfy_comp_th_set()
229 NRFY_STATIC_INLINE void nrfy_comp_main_mode_set(NRF_COMP_Type * p_reg, in nrfy_comp_main_mode_set()
237 NRFY_STATIC_INLINE void nrfy_comp_speed_mode_set(NRF_COMP_Type * p_reg, in nrfy_comp_speed_mode_set()
245 NRFY_STATIC_INLINE void nrfy_comp_hysteresis_set(NRF_COMP_Type * p_reg, nrf_comp_hyst_t hyst) in nrfy_comp_hysteresis_set()
253 NRFY_STATIC_INLINE void nrfy_comp_isource_set(NRF_COMP_Type * p_reg, nrf_isource_t isource) in nrfy_comp_isource_set()
261 NRFY_STATIC_INLINE void nrfy_comp_input_select(NRF_COMP_Type * p_reg, nrf_comp_input_t input) in nrfy_comp_input_select()
268 NRFY_STATIC_INLINE uint32_t nrfy_comp_result_get(NRF_COMP_Type const * p_reg) in nrfy_comp_result_get()
277 NRFY_STATIC_INLINE void nrfy_comp_int_enable(NRF_COMP_Type * p_reg, uint32_t mask) in nrfy_comp_int_enable()
284 NRFY_STATIC_INLINE void nrfy_comp_int_disable(NRF_COMP_Type * p_reg, uint32_t mask) in nrfy_comp_int_disable()
291 NRFY_STATIC_INLINE uint32_t nrfy_comp_int_enable_check(NRF_COMP_Type const * p_reg, uint32_t mask) in nrfy_comp_int_enable_check()
300 NRFY_STATIC_INLINE uint32_t nrfy_comp_task_address_get(NRF_COMP_Type const * p_reg, in nrfy_comp_task_address_get()
307 NRFY_STATIC_INLINE uint32_t nrfy_comp_event_address_get(NRF_COMP_Type const * p_reg, in nrfy_comp_event_address_get()
314 NRFY_STATIC_INLINE void nrfy_comp_shorts_enable(NRF_COMP_Type * p_reg, uint32_t mask) in nrfy_comp_shorts_enable()
321 NRFY_STATIC_INLINE void nrfy_comp_shorts_disable(NRF_COMP_Type * p_reg, uint32_t mask) in nrfy_comp_shorts_disable()
328 NRFY_STATIC_INLINE void nrfy_comp_task_trigger(NRF_COMP_Type * p_reg, nrf_comp_task_t task) in nrfy_comp_task_trigger()
335 NRFY_STATIC_INLINE void nrfy_comp_event_clear(NRF_COMP_Type * p_reg, nrf_comp_event_t event) in nrfy_comp_event_clear()
342 NRFY_STATIC_INLINE bool nrfy_comp_event_check(NRF_COMP_Type const * p_reg, nrf_comp_event_t event) in nrfy_comp_event_check()
352 NRFY_STATIC_INLINE void __nrfy_internal_comp_event_enabled_clear(NRF_COMP_Type * p_reg, in __nrfy_internal_comp_event_enabled_clear()
362 NRFY_STATIC_INLINE bool __nrfy_internal_comp_event_handle(NRF_COMP_Type * p_reg, in __nrfy_internal_comp_event_handle()
379 NRFY_STATIC_INLINE uint32_t __nrfy_internal_comp_events_process(NRF_COMP_Type * p_reg, in __nrfy_internal_comp_events_process()