Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_spis.h197 NRF_SPIS_MODE_3 ///< SCK active low, sample on trailing edge of clock. enumerator
1020 case NRF_SPIS_MODE_3: in nrf_spis_configure()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spis.c156 if (p_config->mode > NRF_SPIS_MODE_3) in spis_configure()