Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_spis.h117 .bit_order = NRF_SPIS_BIT_ORDER_MSB_FIRST, \
/hal_nordic-latest/nrfx/hal/
Dnrf_spis.h203NRF_SPIS_BIT_ORDER_MSB_FIRST = SPIS_CONFIG_ORDER_MsbFirst, ///< Most significant bit shifted out f… enumerator
999 uint32_t config = (spi_bit_order == NRF_SPIS_BIT_ORDER_MSB_FIRST ? in nrf_spis_configure()