Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_spim.h490 NRF_SPIM_MODE_1, ///< SCK active high, sample on trailing edge of clock. enumerator
1508 case NRF_SPIM_MODE_1: in nrf_spim_configure()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spim.c295 uint32_t sck_val = (p_config->mode <= NRF_SPIM_MODE_1) ? 0 : 1; in configure_pins()