Home
last modified time | relevance | path

Searched refs:nrfx_dppi_t (Results 1 – 7 of 7) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_dppi.h57 } nrfx_dppi_t; typedef
85 void nrfx_dppi_free(nrfx_dppi_t const * p_instance);
99 nrfx_err_t nrfx_dppi_channel_alloc(nrfx_dppi_t const * p_instance, uint8_t * p_channel);
114 nrfx_err_t nrfx_dppi_channel_free(nrfx_dppi_t const * p_instance, uint8_t channel);
125 nrfx_err_t nrfx_dppi_channel_enable(nrfx_dppi_t const * p_instance, uint8_t channel);
139 nrfx_err_t nrfx_dppi_channel_disable(nrfx_dppi_t const * p_instance, uint8_t channel);
153 nrfx_err_t nrfx_dppi_group_alloc(nrfx_dppi_t const * p_instance,
168 nrfx_err_t nrfx_dppi_group_free(nrfx_dppi_t const * p_instance, nrf_dppi_channel_group_t group);
183 nrfx_err_t nrfx_dppi_channel_include_in_group(nrfx_dppi_t const * p_instance,
200 nrfx_err_t nrfx_dppi_channel_remove_from_group(nrfx_dppi_t const * p_instance,
[all …]
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_dppi.c326 static void dppi_free(nrfx_dppi_t const * p_instance) in dppi_free()
354 static nrfx_err_t dppi_channel_alloc(nrfx_dppi_t const * p_instance, uint8_t * p_channel) in dppi_channel_alloc()
361 static nrfx_err_t dppi_channel_free(nrfx_dppi_t const * p_instance, uint8_t channel) in dppi_channel_free()
369 static nrfx_err_t dppi_channel_enable(nrfx_dppi_t const * p_instance, uint8_t channel) in dppi_channel_enable()
387 static nrfx_err_t dppi_channel_disable(nrfx_dppi_t const * p_instance, uint8_t channel) in dppi_channel_disable()
406 static nrfx_err_t dppi_group_alloc(nrfx_dppi_t const * p_instance, in dppi_group_alloc()
414 static nrfx_err_t dppi_group_free(nrfx_dppi_t const * p_instance, nrf_dppi_channel_group_t group) in dppi_group_free()
422 static nrfx_err_t dppi_channel_include_in_group(nrfx_dppi_t const * p_instance, in dppi_channel_include_in_group()
444 static nrfx_err_t dppi_channel_remove_from_group(nrfx_dppi_t const * p_instance, in dppi_channel_remove_from_group()
466 static nrfx_err_t dppi_group_clear(nrfx_dppi_t const * p_instance, in dppi_group_clear()
[all …]
/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi.c40 static nrfx_dppi_t dppi = NRFX_DPPI_INSTANCE(0);
229 nrfx_dppi_t const * p_src_dppi, in nrfx_gppi_edge_connection_setup()
231 nrfx_dppi_t const * p_dst_dppi, in nrfx_gppi_edge_connection_setup()
Dnrfx_gppi.h458 nrfx_dppi_t const * p_src_dppi,
460 nrfx_dppi_t const * p_dst_dppi,
Dnrfx_gppi_dppi_ppib_lumos.c743 nrfx_dppi_t const * p_src_dppi, in nrfx_gppi_edge_connection_setup()
745 nrfx_dppi_t const * p_dst_dppi, in nrfx_gppi_edge_connection_setup()
Dnrfx_gppi_dppi_ppib.c789 nrfx_dppi_t const * p_src_dppi, in nrfx_gppi_edge_connection_setup()
791 nrfx_dppi_t const * p_dst_dppi, in nrfx_gppi_edge_connection_setup()
/hal_nordic-latest/nrfx/soc/interconnect/dppic_ppib/
Dnrfx_interconnect_dppic_ppib.h70nrfx_dppi_t dppic; ///< DPPIC peripheral that belongs to a given…