Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_spim.h161 .bit_order = NRF_SPIM_BIT_ORDER_MSB_FIRST, \
/hal_nordic-latest/nrfx/hal/
Dnrf_spim.h498NRF_SPIM_BIT_ORDER_MSB_FIRST = SPIM_CONFIG_ORDER_MsbFirst, ///< Most significant bit shifted out f… enumerator
1498 uint32_t config = (spi_bit_order == NRF_SPIM_BIT_ORDER_MSB_FIRST ? in nrf_spim_configure()