Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/include/
A Dnrfx_gpiote.h151 #define NRFX_GPIOTE_CONFIG_OUT_SIMPLE(init_high) \ argument
154 .init_state = init_high ? NRF_GPIOTE_INITIAL_VALUE_HIGH : NRF_GPIOTE_INITIAL_VALUE_LOW, \
184 #define NRFX_GPIOTE_CONFIG_OUT_TASK_TOGGLE(init_high) \ argument
187 .init_state = init_high ? NRF_GPIOTE_INITIAL_VALUE_HIGH : NRF_GPIOTE_INITIAL_VALUE_LOW, \

Completed in 5 milliseconds