Searched refs:spi_bit_order (Results 1 – 3 of 3) sorted by relevance
252 nrf_spi_bit_order_t spi_bit_order);372 nrf_spi_bit_order_t spi_bit_order) in nrf_spi_configure() argument374 uint32_t config = (spi_bit_order == NRF_SPI_BIT_ORDER_MSB_FIRST ? in nrf_spi_configure()
397 nrf_spis_bit_order_t spi_bit_order);665 nrf_spis_bit_order_t spi_bit_order) in nrf_spis_configure() argument667 uint32_t config = (spi_bit_order == NRF_SPIS_BIT_ORDER_MSB_FIRST ? in nrf_spis_configure()
534 nrf_spim_bit_order_t spi_bit_order);794 nrf_spim_bit_order_t spi_bit_order) in nrf_spim_configure() argument796 uint32_t config = (spi_bit_order == NRF_SPIM_BIT_ORDER_MSB_FIRST ? in nrf_spim_configure()
Completed in 7 milliseconds