Lines Matching defs:p_reg
110 NRFY_STATIC_INLINE void nrfy_i2s_periph_configure(NRF_I2S_Type * p_reg, in nrfy_i2s_periph_configure()
133 NRFY_STATIC_INLINE void nrfy_i2s_int_init(NRF_I2S_Type * p_reg, in nrfy_i2s_int_init()
161 NRFY_STATIC_INLINE void nrfy_i2s_int_uninit(NRF_I2S_Type * p_reg) in nrfy_i2s_int_uninit()
179 NRFY_STATIC_INLINE uint32_t nrfy_i2s_events_process(NRF_I2S_Type * p_reg, in nrfy_i2s_events_process()
197 NRFY_STATIC_INLINE void nrfy_i2s_buffers_set(NRF_I2S_Type * p_reg, in nrfy_i2s_buffers_set()
223 NRFY_STATIC_INLINE void nrfy_i2s_xfer_start(NRF_I2S_Type * p_reg, in nrfy_i2s_xfer_start()
263 NRFY_STATIC_INLINE void nrfy_i2s_abort(NRF_I2S_Type * p_reg, nrfy_i2s_xfer_desc_t const * p_xfer) in nrfy_i2s_abort()
283 NRFY_STATIC_INLINE void nrfy_i2s_pins_get(NRF_I2S_Type const * p_reg, in nrfy_i2s_pins_get()
298 NRFY_STATIC_INLINE void nrfy_i2s_task_trigger(NRF_I2S_Type * p_reg, nrf_i2s_task_t task) in nrfy_i2s_task_trigger()
305 NRFY_STATIC_INLINE uint32_t nrfy_i2s_task_address_get(NRF_I2S_Type const * p_reg, in nrfy_i2s_task_address_get()
312 NRFY_STATIC_INLINE void nrfy_i2s_event_clear(NRF_I2S_Type * p_reg, in nrfy_i2s_event_clear()
320 NRFY_STATIC_INLINE bool nrfy_i2s_event_check(NRF_I2S_Type const * p_reg, in nrfy_i2s_event_check()
330 NRFY_STATIC_INLINE uint32_t nrfy_i2s_event_address_get(NRF_I2S_Type const * p_reg, in nrfy_i2s_event_address_get()
337 NRFY_STATIC_INLINE void nrfy_i2s_int_enable(NRF_I2S_Type * p_reg, uint32_t mask) in nrfy_i2s_int_enable()
344 NRFY_STATIC_INLINE void nrfy_i2s_int_disable(NRF_I2S_Type * p_reg, uint32_t mask) in nrfy_i2s_int_disable()
351 NRFY_STATIC_INLINE uint32_t nrfy_i2s_int_enable_check(NRF_I2S_Type const * p_reg, uint32_t mask) in nrfy_i2s_int_enable_check()
360 NRFY_STATIC_INLINE void nrfy_i2s_enable(NRF_I2S_Type * p_reg) in nrfy_i2s_enable()
367 NRFY_STATIC_INLINE void nrfy_i2s_disable(NRF_I2S_Type * p_reg) in nrfy_i2s_disable()
375 NRFY_STATIC_INLINE void nrfy_i2s_subscribe_set(NRF_I2S_Type * p_reg, in nrfy_i2s_subscribe_set()
384 NRFY_STATIC_INLINE void nrfy_i2s_subscribe_clear(NRF_I2S_Type * p_reg, in nrfy_i2s_subscribe_clear()
392 NRFY_STATIC_INLINE void nrfy_i2s_publish_set(NRF_I2S_Type * p_reg, in nrfy_i2s_publish_set()
401 NRFY_STATIC_INLINE void nrfy_i2s_publish_clear(NRF_I2S_Type * p_reg, in nrfy_i2s_publish_clear()
410 NRFY_STATIC_INLINE void nrfy_i2s_pins_set(NRF_I2S_Type * p_reg, nrf_i2s_pins_t const * p_pins) in nrfy_i2s_pins_set()
417 NRFY_STATIC_INLINE uint32_t nrfy_i2s_sck_pin_get(NRF_I2S_Type const * p_reg) in nrfy_i2s_sck_pin_get()
426 NRFY_STATIC_INLINE uint32_t nrfy_i2s_lrck_pin_get(NRF_I2S_Type const * p_reg) in nrfy_i2s_lrck_pin_get()
435 NRFY_STATIC_INLINE uint32_t nrfy_i2s_mck_pin_get(NRF_I2S_Type const * p_reg) in nrfy_i2s_mck_pin_get()
444 NRFY_STATIC_INLINE uint32_t nrfy_i2s_sdout_pin_get(NRF_I2S_Type const * p_reg) in nrfy_i2s_sdout_pin_get()
453 NRFY_STATIC_INLINE uint32_t nrfy_i2s_sdin_pin_get(NRF_I2S_Type const * p_reg) in nrfy_i2s_sdin_pin_get()
462 NRFY_STATIC_INLINE void nrfy_i2s_configure(NRF_I2S_Type * p_reg, nrf_i2s_config_t const * p_config) in nrfy_i2s_configure()
469 NRFY_STATIC_INLINE void nrfy_i2s_transfer_set(NRF_I2S_Type * p_reg, in nrfy_i2s_transfer_set()
479 NRFY_STATIC_INLINE void nrfy_i2s_rx_buffer_set(NRF_I2S_Type * p_reg, in nrfy_i2s_rx_buffer_set()
487 NRFY_STATIC_INLINE uint32_t * nrfy_i2s_rx_buffer_get(NRF_I2S_Type const * p_reg) in nrfy_i2s_rx_buffer_get()
496 NRFY_STATIC_INLINE void nrfy_i2s_tx_buffer_set(NRF_I2S_Type * p_reg, in nrfy_i2s_tx_buffer_set()
504 NRFY_STATIC_INLINE uint32_t * nrfy_i2s_tx_buffer_get(NRF_I2S_Type const * p_reg) in nrfy_i2s_tx_buffer_get()
514 NRFY_STATIC_INLINE bool __nrfy_internal_i2s_event_handle(NRF_I2S_Type * p_reg, in __nrfy_internal_i2s_event_handle()
531 NRFY_STATIC_INLINE uint32_t __nrfy_internal_i2s_events_process(NRF_I2S_Type * p_reg, in __nrfy_internal_i2s_events_process()
564 NRFY_STATIC_INLINE void __nrfy_internal_i2s_event_enabled_clear(NRF_I2S_Type * p_reg, in __nrfy_internal_i2s_event_enabled_clear()