Searched refs:orc (Results 1 – 10 of 10) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_spi.c | 59 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()
|
| D | nrfx_spim.c | 528 .orc = p_config->orc, in spim_configure()
|
| D | nrfx_spis.c | 238 nrf_spis_orc_set(p_spis, p_config->orc); in spis_configure()
|
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_spis.h | 121 .orc = 0xFE, \ 143 …uint8_t orc; ///< Character clocked out after an over-read of the transmit … member
|
| D | nrfx_spi.h | 103 uint8_t orc; ///< Overrun character. member 148 .orc = 0xFF, \
|
| D | nrfx_spim.h | 95 uint8_t orc; ///< Overrun character. member 158 .orc = 0xFF, \
|
| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_spim.h | 179 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/ |
| D | nrf_twis.h | 565 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()
|
| D | nrf_spis.h | 570 uint8_t orc); 1029 uint8_t orc) in nrf_spis_orc_set() argument 1031 p_reg->ORC = orc; in nrf_spis_orc_set()
|
| D | nrf_spim.h | 992 uint8_t orc); 1527 uint8_t orc) in nrf_spim_orc_set() argument 1529 p_reg->ORC = orc; in nrf_spim_orc_set()
|