Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_spim.c350 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()
/lk-master/external/platform/nrfx/hal/
A Dnrf_spim.h53 #define NRF_SPIM_PIN_NOT_CONNECTED 0xFFFFFFFF macro

Completed in 5 milliseconds