Home
last modified time | relevance | path

Searched refs:init_val (Results 1 – 2 of 2) sorted by relevance

/external/platform/nrfx/hal/
A Dnrf_gpiote.h351 nrf_gpiote_outinit_t init_val);
362 nrf_gpiote_outinit_t init_val);
555 nrf_gpiote_outinit_t init_val) in nrf_gpiote_task_configure() argument
563 ((init_val << GPIOTE_CONFIG_OUTINIT_Pos) & GPIOTE_CONFIG_OUTINIT_Msk); in nrf_gpiote_task_configure()
568 nrf_gpiote_outinit_t init_val) in nrf_gpiote_task_force() argument
571 ((init_val << GPIOTE_CONFIG_OUTINIT_Pos) & GPIOTE_CONFIG_OUTINIT_Msk); in nrf_gpiote_task_force()
/external/platform/nrfx/drivers/src/
A Dnrfx_gpiote.c464 nrf_gpiote_outinit_t init_val = in nrfx_gpiote_out_task_force() local
466 nrf_gpiote_task_force(NRF_GPIOTE, (uint32_t)m_cb.pin_assignments[pin], init_val); in nrfx_gpiote_out_task_force()

Completed in 6 milliseconds