Home
last modified time | relevance | path

Searched refs:orc (Results 1 – 10 of 10) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spi.c59 uint8_t orc; member
127 m_cb[p_instance->drv_inst_idx].orc = p_config->orc; in spi_configure()
182 p_cb->orc = p_config->orc; in nrfx_spi_init()
330 nrf_spi_txd_set(p_spi, p_cb->orc); in transfer_byte()
351 (p_xfer_desc->tx_length > 0 ? p_xfer_desc->p_tx_buffer[0] : p_cb->orc)); in spi_xfer()
363 nrf_spi_txd_set(p_spi, p_cb->orc); in spi_xfer()
Dnrfx_spim.c528 .orc = p_config->orc, in spim_configure()
Dnrfx_spis.c238 nrf_spis_orc_set(p_spis, p_config->orc); in spis_configure()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_spis.h121 .orc = 0xFE, \
143 …uint8_t orc; ///< Character clocked out after an over-read of the transmit … member
Dnrfx_spi.h103 uint8_t orc; ///< Overrun character. member
148 .orc = 0xFF, \
Dnrfx_spim.h95 uint8_t orc; ///< Overrun character. member
158 .orc = 0xFF, \
/hal_nordic-latest/nrfx/haly/
Dnrfy_spim.h179 uint8_t orc; ///< Overrun character. member
226 nrf_spim_orc_set(p_reg, p_config->orc); in nrfy_spim_periph_configure()
798 uint8_t orc) in nrfy_spim_orc_set() argument
800 nrf_spim_orc_set(p_reg, orc); in nrfy_spim_orc_set()
/hal_nordic-latest/nrfx/hal/
Dnrf_twis.h565 NRF_STATIC_INLINE void nrf_twis_orc_set(NRF_TWIS_Type * p_reg, uint8_t orc);
909 NRF_STATIC_INLINE void nrf_twis_orc_set(NRF_TWIS_Type * p_reg, uint8_t orc) in nrf_twis_orc_set() argument
911 p_reg->ORC = orc; in nrf_twis_orc_set()
Dnrf_spis.h570 uint8_t orc);
1029 uint8_t orc) in nrf_spis_orc_set() argument
1031 p_reg->ORC = orc; in nrf_spis_orc_set()
Dnrf_spim.h992 uint8_t orc);
1527 uint8_t orc) in nrf_spim_orc_set() argument
1529 p_reg->ORC = orc; in nrf_spim_orc_set()