Searched refs:NRF_SPIM_PIN_NOT_CONNECTED (Results 1 – 2 of 2) sorted by relevance
350 mosi_pin = NRF_SPIM_PIN_NOT_CONNECTED; in nrfx_spim_init()360 miso_pin = NRF_SPIM_PIN_NOT_CONNECTED; in nrfx_spim_init()452 if (miso_pin != NRF_SPIM_PIN_NOT_CONNECTED) in nrfx_spim_uninit()458 if (mosi_pin != NRF_SPIM_PIN_NOT_CONNECTED) in nrfx_spim_uninit()470 if (dcx_pin != NRF_SPIM_PIN_NOT_CONNECTED) in nrfx_spim_uninit()
53 #define NRF_SPIM_PIN_NOT_CONNECTED 0xFFFFFFFF macro
Completed in 5 milliseconds