Home
last modified time | relevance | path

Searched refs:spi_bit_order (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_spi.h290 nrf_spi_bit_order_t spi_bit_order);
437 nrf_spi_bit_order_t spi_bit_order) in nrf_spi_configure() argument
439 uint32_t config = (spi_bit_order == NRF_SPI_BIT_ORDER_MSB_FIRST ? in nrf_spi_configure()
Dnrf_spis.h550 nrf_spis_bit_order_t spi_bit_order);
997 nrf_spis_bit_order_t spi_bit_order) in nrf_spis_configure() argument
999 uint32_t config = (spi_bit_order == NRF_SPIS_BIT_ORDER_MSB_FIRST ? in nrf_spis_configure()
Dnrf_spim.h982 nrf_spim_bit_order_t spi_bit_order);
1496 nrf_spim_bit_order_t spi_bit_order) in nrf_spim_configure() argument
1498 uint32_t config = (spi_bit_order == NRF_SPIM_BIT_ORDER_MSB_FIRST ? in nrf_spim_configure()
/hal_nordic-latest/nrfx/haly/
Dnrfy_spim.h790 nrf_spim_bit_order_t spi_bit_order) in nrfy_spim_configure() argument
792 nrf_spim_configure(p_reg, spi_mode, spi_bit_order); in nrfy_spim_configure()