Searched refs:dcx_pin (Results 1 – 3 of 3) sorted by relevance
274 ((p_config->dcx_pin != NRFX_SPIM_PIN_NOT_USED) && in nrfx_spim_init()395 if (p_config->dcx_pin != NRFX_SPIM_PIN_NOT_USED) in nrfx_spim_init()397 nrf_gpio_pin_set(p_config->dcx_pin); in nrfx_spim_init()398 nrf_gpio_cfg_output(p_config->dcx_pin); in nrfx_spim_init()399 nrf_spim_dcx_pin_set(p_spim, p_config->dcx_pin); in nrfx_spim_init()469 uint32_t dcx_pin = nrf_spim_dcx_pin_get(p_spim); in nrfx_spim_uninit() local470 if (dcx_pin != NRF_SPIM_PIN_NOT_CONNECTED) in nrfx_spim_uninit()472 nrf_gpio_cfg_default(dcx_pin); in nrfx_spim_uninit()
115 uint8_t dcx_pin; ///< D/CX pin number (optional). member141 .dcx_pin = NRFX_SPIM_PIN_NOT_USED, \
420 uint32_t dcx_pin);721 uint32_t dcx_pin) in nrf_spim_dcx_pin_set() argument723 p_reg->PSELDCX = dcx_pin; in nrf_spim_dcx_pin_set()
Completed in 8 milliseconds