Searched refs:NRF_SPIM_MODE_1 (Results 1 – 2 of 2) sorted by relevance
490 NRF_SPIM_MODE_1, ///< SCK active high, sample on trailing edge of clock. enumerator1508 case NRF_SPIM_MODE_1: in nrf_spim_configure()
295 uint32_t sck_val = (p_config->mode <= NRF_SPIM_MODE_1) ? 0 : 1; in configure_pins()