Searched refs:bit_order (Results 1 – 7 of 7) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_spis.h | 117 .bit_order = NRF_SPIS_BIT_ORDER_MSB_FIRST, \ 139 nrf_spis_bit_order_t bit_order; ///< SPI transaction bit order. member
|
| D | nrfx_spi.h | 108 nrf_spi_bit_order_t bit_order; ///< SPI bit order. member 151 .bit_order = NRF_SPI_BIT_ORDER_MSB_FIRST, \
|
| D | nrfx_spim.h | 100 nrf_spim_bit_order_t bit_order; ///< SPIM bit order. member 161 .bit_order = NRF_SPIM_BIT_ORDER_MSB_FIRST, \
|
| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_spim.h | 188 nrf_spim_bit_order_t bit_order; ///< SPIM bit order. member 232 nrf_spim_configure(p_reg, p_config->mode, p_config->bit_order); in nrfy_spim_periph_configure()
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_spim.c | 535 .bit_order = p_config->bit_order, in spim_configure()
|
| D | nrfx_spi.c | 125 nrf_spi_configure(p_instance->p_reg, p_config->mode, p_config->bit_order); in spi_configure()
|
| D | nrfx_spis.c | 234 nrf_spis_configure(p_spis, p_config->mode, p_config->bit_order); in spis_configure()
|