Lines Matching defs:p_reg

98 NRFY_STATIC_INLINE void nrfy_saadc_periph_configure(NRF_SAADC_Type *            p_reg,  in nrfy_saadc_periph_configure()
114 NRFY_STATIC_INLINE void nrfy_saadc_int_init(NRF_SAADC_Type * p_reg, in nrfy_saadc_int_init()
152 NRFY_STATIC_INLINE void nrfy_saadc_int_uninit(NRF_SAADC_Type * p_reg) in nrfy_saadc_int_uninit()
169 NRFY_STATIC_INLINE uint32_t nrfy_saadc_events_process(NRF_SAADC_Type * p_reg, in nrfy_saadc_events_process()
188 NRFY_STATIC_INLINE void nrfy_saadc_channel_configure(NRF_SAADC_Type * p_reg, in nrfy_saadc_channel_configure()
212 NRFY_STATIC_INLINE void nrfy_saadc_buffer_set(NRF_SAADC_Type * p_reg, in nrfy_saadc_buffer_set()
231 NRFY_STATIC_INLINE void nrfy_saadc_buffer_latch(NRF_SAADC_Type * p_reg, bool wait) in nrfy_saadc_buffer_latch()
243 NRFY_STATIC_INLINE void nrfy_saadc_sample_start(NRF_SAADC_Type * p_reg, in nrfy_saadc_sample_start()
266 NRFY_STATIC_INLINE void nrfy_saadc_abort(NRF_SAADC_Type * p_reg, in nrfy_saadc_abort()
285 NRFY_STATIC_INLINE void nrfy_saadc_stop(NRF_SAADC_Type * p_reg, bool wait) in nrfy_saadc_stop()
297 NRFY_STATIC_INLINE void nrfy_saadc_calibrate(NRF_SAADC_Type * p_reg, bool wait) in nrfy_saadc_calibrate()
312 NRFY_STATIC_INLINE void nrfy_saadc_task_trigger(NRF_SAADC_Type * p_reg, nrf_saadc_task_t task) in nrfy_saadc_task_trigger()
319 NRFY_STATIC_INLINE uint32_t nrfy_saadc_task_address_get(NRF_SAADC_Type const * p_reg, in nrfy_saadc_task_address_get()
326 NRFY_STATIC_INLINE bool nrfy_saadc_event_check(NRF_SAADC_Type const * p_reg, in nrfy_saadc_event_check()
336 NRFY_STATIC_INLINE void nrfy_saadc_event_clear(NRF_SAADC_Type * p_reg, nrf_saadc_event_t event) in nrfy_saadc_event_clear()
343 NRFY_STATIC_INLINE uint32_t nrfy_saadc_event_address_get(NRF_SAADC_Type const * p_reg, in nrfy_saadc_event_address_get()
351 NRFY_STATIC_INLINE void nrfy_saadc_subscribe_set(NRF_SAADC_Type * p_reg, in nrfy_saadc_subscribe_set()
360 NRFY_STATIC_INLINE void nrfy_saadc_subscribe_clear(NRF_SAADC_Type * p_reg, nrf_saadc_task_t task) in nrfy_saadc_subscribe_clear()
367 NRFY_STATIC_INLINE void nrfy_saadc_publish_set(NRF_SAADC_Type * p_reg, in nrfy_saadc_publish_set()
376 NRFY_STATIC_INLINE void nrfy_saadc_publish_clear(NRF_SAADC_Type * p_reg, nrf_saadc_event_t event) in nrfy_saadc_publish_clear()
391 NRFY_STATIC_INLINE void nrfy_saadc_channel_input_set(NRF_SAADC_Type * p_reg, in nrfy_saadc_channel_input_set()
401 NRFY_STATIC_INLINE void nrfy_saadc_channel_pos_input_set(NRF_SAADC_Type * p_reg, in nrfy_saadc_channel_pos_input_set()
410 NRFY_STATIC_INLINE void nrfy_saadc_channel_neg_input_set(NRF_SAADC_Type * p_reg, in nrfy_saadc_channel_neg_input_set()
419 NRFY_STATIC_INLINE void nrfy_saadc_channel_limits_set(NRF_SAADC_Type * p_reg, in nrfy_saadc_channel_limits_set()
429 NRFY_STATIC_INLINE void nrfy_saadc_int_set(NRF_SAADC_Type * p_reg, uint32_t mask) in nrfy_saadc_int_set()
436 NRFY_STATIC_INLINE void nrfy_saadc_int_enable(NRF_SAADC_Type * p_reg, uint32_t mask) in nrfy_saadc_int_enable()
443 NRFY_STATIC_INLINE uint32_t nrfy_saadc_int_enable_check(NRF_SAADC_Type const * p_reg, uint32_t mask) in nrfy_saadc_int_enable_check()
452 NRFY_STATIC_INLINE void nrfy_saadc_int_disable(NRF_SAADC_Type * p_reg, uint32_t mask) in nrfy_saadc_int_disable()
466 NRFY_STATIC_INLINE bool nrfy_saadc_busy_check(NRF_SAADC_Type const * p_reg) in nrfy_saadc_busy_check()
475 NRFY_STATIC_INLINE void nrfy_saadc_enable(NRF_SAADC_Type * p_reg) in nrfy_saadc_enable()
482 NRFY_STATIC_INLINE void nrfy_saadc_disable(NRF_SAADC_Type * p_reg) in nrfy_saadc_disable()
489 NRFY_STATIC_INLINE bool nrfy_saadc_enable_check(NRF_SAADC_Type const * p_reg) in nrfy_saadc_enable_check()
498 NRFY_STATIC_INLINE void nrfy_saadc_buffer_init(NRF_SAADC_Type * p_reg, in nrfy_saadc_buffer_init()
507 NRFY_STATIC_INLINE void nrfy_saadc_buffer_pointer_set(NRF_SAADC_Type * p_reg, in nrfy_saadc_buffer_pointer_set()
515 NRFY_STATIC_INLINE nrf_saadc_value_t * nrfy_saadc_buffer_pointer_get(NRF_SAADC_Type const * p_reg) in nrfy_saadc_buffer_pointer_get()
524 NRFY_STATIC_INLINE uint16_t nrfy_saadc_amount_get(NRF_SAADC_Type const * p_reg) in nrfy_saadc_amount_get()
533 NRFY_STATIC_INLINE void nrfy_saadc_resolution_set(NRF_SAADC_Type * p_reg, in nrfy_saadc_resolution_set()
541 NRFY_STATIC_INLINE nrf_saadc_resolution_t nrfy_saadc_resolution_get(NRF_SAADC_Type const * p_reg) in nrfy_saadc_resolution_get()
550 NRFY_STATIC_INLINE void nrfy_saadc_oversample_set(NRF_SAADC_Type * p_reg, in nrfy_saadc_oversample_set()
558 NRFY_STATIC_INLINE nrf_saadc_oversample_t nrfy_saadc_oversample_get(NRF_SAADC_Type const * p_reg) in nrfy_saadc_oversample_get()
574 NRFY_STATIC_INLINE void nrfy_saadc_continuous_mode_enable(NRF_SAADC_Type * p_reg, uint16_t cc) in nrfy_saadc_continuous_mode_enable()
581 NRFY_STATIC_INLINE bool nrfy_saadc_continuous_mode_enable_check(NRF_SAADC_Type const * p_reg) in nrfy_saadc_continuous_mode_enable_check()
590 NRFY_STATIC_INLINE void nrfy_saadc_continuous_mode_disable(NRF_SAADC_Type * p_reg) in nrfy_saadc_continuous_mode_disable()
597 NRFY_STATIC_INLINE void nrfy_saadc_channel_init(NRF_SAADC_Type * p_reg, in nrfy_saadc_channel_init()
606 NRFY_STATIC_INLINE void nrfy_saadc_burst_set(NRF_SAADC_Type * p_reg, in nrfy_saadc_burst_set()
628 NRFY_STATIC_INLINE bool __nrfy_internal_saadc_event_handle(NRF_SAADC_Type * p_reg, in __nrfy_internal_saadc_event_handle()
646 uint32_t __nrfy_internal_saadc_events_process(NRF_SAADC_Type * p_reg, in __nrfy_internal_saadc_events_process()
682 NRFY_STATIC_INLINE void __nrfy_internal_saadc_event_enabled_clear(NRF_SAADC_Type * p_reg, in __nrfy_internal_saadc_event_enabled_clear()
692 NRFY_STATIC_INLINE void __nrfy_internal_saadc_buffer_latch(NRF_SAADC_Type * p_reg, bool wait) in __nrfy_internal_saadc_buffer_latch()
705 NRFY_STATIC_INLINE void __nrfy_internal_saadc_stop(NRF_SAADC_Type * p_reg, bool wait) in __nrfy_internal_saadc_stop()