Searched refs:NRF_SPIS_PIN_NOT_CONNECTED (Results 1 – 2 of 2) sorted by relevance
121 if (p_config->mosi_pin != NRF_SPIS_PIN_NOT_CONNECTED) in pins_configure()131 if (p_config->miso_pin != NRF_SPIS_PIN_NOT_CONNECTED) in pins_configure()180 if (p_cb->csn_pin != NRF_SPIS_PIN_NOT_CONNECTED) in spis_configure()187 p_cb->csn_pin = NRF_SPIS_PIN_NOT_CONNECTED; in spis_configure()298 p_cb->csn_pin = NRF_SPIS_PIN_NOT_CONNECTED; in nrfx_spis_init()400 if (p_cb->csn_pin != NRF_SPIS_PIN_NOT_CONNECTED) in nrfx_spis_uninit()427 if (miso_pin != NRF_SPIS_PIN_NOT_CONNECTED) in nrfx_spis_uninit()433 if (mosi_pin != NRF_SPIS_PIN_NOT_CONNECTED) in nrfx_spis_uninit()
93 #define NRF_SPIS_PIN_NOT_CONNECTED 0xFFFFFFFF macro