Searched refs:NRF_SPIM_PIN_NOT_CONNECTED (Results 1 – 5 of 5) sorted by relevance
141 (((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()
95 NRF_SPIM_PIN_NOT_CONNECTED); in main()
116 NRF_SPIM_PIN_NOT_CONNECTED); in main()
163 NRFX_COND_CODE_1(NRFX_SPIM_EXTENDED_ENABLED, (.dcx_pin = NRF_SPIM_PIN_NOT_CONNECTED,), ()) \
188 #define NRF_SPIM_PIN_NOT_CONNECTED 0xFFFFFFFF macro