Searched refs:init_val (Results 1 – 7 of 7) sorted by relevance
/hal_nordic-3.5.0/nrfx/haly/ |
D | nrfy_gpiote.h | 282 nrf_gpiote_outinit_t init_val) in nrfy_gpiote_task_configure() argument 284 nrf_gpiote_task_configure(p_reg, idx, pin, polarity, init_val); in nrfy_gpiote_task_configure() 291 nrf_gpiote_outinit_t init_val) in nrfy_gpiote_task_force() argument 293 nrf_gpiote_task_force(p_reg, idx, init_val); in nrfy_gpiote_task_force()
|
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_gppi/fork/ |
D | main.c | 139 .init_val = NRF_GPIOTE_INITIAL_VALUE_HIGH, in main() 154 task_config.init_val = NRF_GPIOTE_INITIAL_VALUE_LOW; in main()
|
/hal_nordic-3.5.0/nrfx/hal/ |
D | nrf_gpiote.h | 398 nrf_gpiote_outinit_t init_val); 409 nrf_gpiote_outinit_t init_val); 626 nrf_gpiote_outinit_t init_val) in nrf_gpiote_task_configure() argument 634 ((init_val << GPIOTE_CONFIG_OUTINIT_Pos) & GPIOTE_CONFIG_OUTINIT_Msk); in nrf_gpiote_task_configure() 639 nrf_gpiote_outinit_t init_val) in nrf_gpiote_task_force() argument 642 ((init_val << GPIOTE_CONFIG_OUTINIT_Pos) & GPIOTE_CONFIG_OUTINIT_Msk); in nrf_gpiote_task_force()
|
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_saadc/common/ |
D | saadc_examples_common.c | 59 .init_val = NRF_GPIOTE_INITIAL_VALUE_LOW, in gpiote_pin_toggle_task_setup()
|
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_gppi/one_to_one/ |
D | main.c | 130 .init_val = NRF_GPIOTE_INITIAL_VALUE_HIGH, in main()
|
/hal_nordic-3.5.0/nrfx/drivers/include/ |
D | nrfx_gpiote.h | 88 nrf_gpiote_outinit_t init_val; ///< Initial pin state. member
|
/hal_nordic-3.5.0/nrfx/drivers/src/ |
D | nrfx_gpiote.c | 592 p_task_config->init_val); in nrfx_gpiote_output_configure() 817 nrf_gpiote_outinit_t init_val = in nrfx_gpiote_out_task_force() local 819 nrfy_gpiote_task_force(NRF_GPIOTE, (uint32_t)pin_te_get(pin), init_val); in nrfx_gpiote_out_task_force()
|