Home
last modified time | relevance | path

Searched refs:bit_order (Results 1 – 7 of 7) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_spis.h117 .bit_order = NRF_SPIS_BIT_ORDER_MSB_FIRST, \
139 nrf_spis_bit_order_t bit_order; ///< SPI transaction bit order. member
Dnrfx_spi.h108 nrf_spi_bit_order_t bit_order; ///< SPI bit order. member
151 .bit_order = NRF_SPI_BIT_ORDER_MSB_FIRST, \
Dnrfx_spim.h100 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/
Dnrfy_spim.h188 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/
Dnrfx_spim.c535 .bit_order = p_config->bit_order, in spim_configure()
Dnrfx_spi.c125 nrf_spi_configure(p_instance->p_reg, p_config->mode, p_config->bit_order); in spi_configure()
Dnrfx_spis.c234 nrf_spis_configure(p_spis, p_config->mode, p_config->bit_order); in spis_configure()