Searched refs:init_val (Results 1 – 7 of 7) sorted by relevance
| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_gpiote.h | 293 nrf_gpiote_outinit_t init_val) in nrfy_gpiote_task_configure() argument 295 nrf_gpiote_task_configure(p_reg, idx, pin, polarity, init_val); in nrfy_gpiote_task_configure() 302 nrf_gpiote_outinit_t init_val) in nrfy_gpiote_task_force() argument 304 nrf_gpiote_task_force(p_reg, idx, init_val); in nrfy_gpiote_task_force()
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_gpiote.h | 530 nrf_gpiote_outinit_t init_val); 541 nrf_gpiote_outinit_t init_val); 882 nrf_gpiote_outinit_t init_val) in nrf_gpiote_task_configure() argument 890 ((init_val << GPIOTE_CONFIG_OUTINIT_Pos) & GPIOTE_CONFIG_OUTINIT_Msk); in nrf_gpiote_task_configure() 895 nrf_gpiote_outinit_t init_val) in nrf_gpiote_task_force() argument 898 ((init_val << GPIOTE_CONFIG_OUTINIT_Pos) & GPIOTE_CONFIG_OUTINIT_Msk); in nrf_gpiote_task_force()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_gppi/fork/ |
| D | main.c | 144 .init_val = NRF_GPIOTE_INITIAL_VALUE_HIGH, in main() 160 task_config.init_val = NRF_GPIOTE_INITIAL_VALUE_LOW; in main()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_saadc/common/ |
| D | saadc_examples_common.c | 58 .init_val = NRF_GPIOTE_INITIAL_VALUE_LOW, in gpiote_pin_toggle_task_setup()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_gppi/one_to_one/ |
| D | main.c | 135 .init_val = NRF_GPIOTE_INITIAL_VALUE_HIGH, in main()
|
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_gpiote.h | 115 nrf_gpiote_outinit_t init_val; ///< Initial pin state. member
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_gpiote.c | 761 p_task_config->init_val); in gpiote_output_configure() 976 nrf_gpiote_outinit_t init_val = in pin_out_task_force() local 978 nrfy_gpiote_task_force(p_instance->p_reg, (uint32_t)pin_te_get(p_instance, pin), init_val); in pin_out_task_force()
|