Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/include/
A Dnrfx_gpiote.h146 nrf_gpiote_outinit_t init_state; /**< Initial state of the output pin. */ member
154 .init_state = init_high ? NRF_GPIOTE_INITIAL_VALUE_HIGH : NRF_GPIOTE_INITIAL_VALUE_LOW, \
164 .init_state = NRF_GPIOTE_INITIAL_VALUE_HIGH, \
176 .init_state = NRF_GPIOTE_INITIAL_VALUE_LOW, \
187 .init_state = init_high ? NRF_GPIOTE_INITIAL_VALUE_HIGH : NRF_GPIOTE_INITIAL_VALUE_LOW, \
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/usbd/
A Dusbd_dfuuser.h225 ErrorCode_t (*init)(USBD_HANDLE_T hUsb, USBD_DFU_INIT_PARAM_T* param, uint32_t init_state);
265 extern ErrorCode_t mwDFU_init(USBD_HANDLE_T hUsb, USBD_DFU_INIT_PARAM_T* param, uint32_t init_state
/external/platform/nrfx/drivers/src/
A Dnrfx_gpiote.c303 p_config->init_state); in nrfx_gpiote_out_init()
317 if (p_config->init_state == NRF_GPIOTE_INITIAL_VALUE_HIGH) in nrfx_gpiote_out_init()

Completed in 6 milliseconds