Home
last modified time | relevance | path

Searched defs:tx_frame (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/drivers/spi/
Dspi_npcx_spip.c145 static void spi_npcx_spip_process_tx_buf(struct spi_npcx_spip_data *const data, uint16_t *tx_frame) in spi_npcx_spip_process_tx_buf()
180 uint16_t tx_frame = SPI_NPCX_SPIP_TX_NOP; in spi_npcx_spip_xfer_frame() local
218 uint16_t tx_frame = SPI_NPCX_SPIP_TX_NOP; in spi_npcx_spip_isr() local
Dspi_gecko_eusart.c177 uint8_t tx_frame = 0; in spi_eusart_next_tx() local
188 uint8_t tx_frame; in spi_eusart_shift_frames() local
Dspi_gecko_usart.c242 uint8_t tx_frame = 0; in spi_gecko_next_tx() local
254 uint8_t tx_frame; in spi_gecko_shift_frames() local
Dspi_numaker.c145 uint32_t tx_frame, rx_frame; in spi_numaker_txrx() local
Dspi_ll_stm32.c305 uint32_t tx_frame = SPI_STM32_TX_NOP; in spi_stm32_send_next_frame() local
403 uint16_t tx_frame; in spi_stm32_shift_s() local
Dspi_gd32.c199 uint16_t tx_frame = 0U, rx_frame = 0U; in spi_gd32_frame_exchange() local
/Zephyr-latest/drivers/watchdog/
Dwdt_nxp_fs26.c150 struct fs26_spi_tx_frame *tx_frame, in fs26_spi_transceive()
225 struct fs26_spi_tx_frame tx_frame = { in fs26_getreg() local
245 struct fs26_spi_tx_frame tx_frame = { in fs26_setreg() local
/Zephyr-latest/drivers/ethernet/
Deth_xmc4xxx.c188 struct eth_xmc4xxx_tx_frame *tx_frame = SYS_SLIST_CONTAINER(node, tx_frame, node); in eth_xmc4xxx_flush_tx() local
233 struct eth_xmc4xxx_tx_frame *tx_frame; in eth_xmc4xxx_send() local
502 struct eth_xmc4xxx_tx_frame *tx_frame = SYS_SLIST_CONTAINER(node, tx_frame, node); in eth_xmc4xxx_handle_tx() local
/Zephyr-latest/drivers/can/
Dcan_mcp2515.c538 uint8_t tx_frame[MCP2515_FRAME_LEN]; in mcp2515_send() local