Searched refs:nrfx_egu_t (Results 1 – 3 of 3) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_egu.h | 57 } nrfx_egu_t; typedef 96 nrfx_err_t nrfx_egu_init(nrfx_egu_t const * p_instance, 107 void nrfx_egu_int_enable(nrfx_egu_t const * p_instance, uint32_t mask); 117 NRFX_STATIC_INLINE uint32_t nrfx_egu_task_address_get(nrfx_egu_t const * p_instance, 128 NRFX_STATIC_INLINE uint32_t nrfx_egu_event_address_get(nrfx_egu_t const * p_instance, 137 void nrfx_egu_int_disable(nrfx_egu_t const * p_instance, uint32_t mask); 145 void nrfx_egu_trigger(nrfx_egu_t const * p_instance, uint8_t event_idx); 152 void nrfx_egu_uninit(nrfx_egu_t const * p_instance); 162 bool nrfx_egu_init_check(nrfx_egu_t const * p_instance); 174 NRFX_STATIC_INLINE uint32_t nrfx_egu_task_address_get(nrfx_egu_t const * p_instance, in nrfx_egu_task_address_get() [all …]
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_egu.c | 104 nrfx_err_t nrfx_egu_init(nrfx_egu_t const * p_instance, in nrfx_egu_init() 132 void nrfx_egu_int_enable(nrfx_egu_t const * p_instance, uint32_t mask) in nrfx_egu_int_enable() 141 void nrfx_egu_int_disable(nrfx_egu_t const * p_instance, uint32_t mask) in nrfx_egu_int_disable() 148 void nrfx_egu_trigger(nrfx_egu_t const * p_instance, uint8_t event_idx) in nrfx_egu_trigger() 156 void nrfx_egu_uninit(nrfx_egu_t const * p_instance) in nrfx_egu_uninit() 166 bool nrfx_egu_init_check(nrfx_egu_t const * p_instance) in nrfx_egu_init_check()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_egu/ |
| D | main.c | 91 nrfx_egu_t egu_inst = NRFX_EGU_INSTANCE(EGU_INST_IDX); in main()
|