Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spim.c141 (((requested_pin) == NRF_SPIM_PIN_NOT_CONNECTED) || ((requested_pin) == (supported_pin)))
244 if (pin == NRF_SPIM_PIN_NOT_CONNECTED) in pin_init()
417 (p_config->use_hw_ss && (p_config->ss_pin != NRF_SPIM_PIN_NOT_CONNECTED) && in spim_configuration_verify()
419 ((p_config->dcx_pin != NRF_SPIM_PIN_NOT_CONNECTED) && in spim_configuration_verify()
511 p_cb->ss_pin = NRF_SPIM_PIN_NOT_CONNECTED; in spim_configure()
672 if (pin == NRF_SPIM_PIN_NOT_CONNECTED) in spim_pin_uninit()
757 if (p_cb->ss_pin != NRF_SPIM_PIN_NOT_CONNECTED) in set_ss_pin_state()
920 (p_cb->ss_pin == NRF_SPIM_PIN_NOT_CONNECTED)); in nrfx_spim_xfer()
/hal_nordic-latest/nrfx/samples/src/nrfx_spim/blocking/
Dmain.c95 NRF_SPIM_PIN_NOT_CONNECTED); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_spim/non_blocking/
Dmain.c116 NRF_SPIM_PIN_NOT_CONNECTED); in main()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_spim.h163 NRFX_COND_CODE_1(NRFX_SPIM_EXTENDED_ENABLED, (.dcx_pin = NRF_SPIM_PIN_NOT_CONNECTED,), ()) \
/hal_nordic-latest/nrfx/hal/
Dnrf_spim.h188 #define NRF_SPIM_PIN_NOT_CONNECTED 0xFFFFFFFF macro