Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ksz8851snl/
Dksz8851snl.c157 pdc_packet_t g_pdc_spi_rx_packet; in ksz8851_reg_read() local
193 g_pdc_spi_rx_packet.ul_addr = ( uint32_t ) tmpbuf; in ksz8851_reg_read()
194 g_pdc_spi_rx_packet.ul_size = 4; in ksz8851_reg_read()
197 pdc_rx_init( g_p_spi_pdc, &g_pdc_spi_rx_packet, NULL ); in ksz8851_reg_read()
238 pdc_packet_t g_pdc_spi_rx_packet; in ksz8851_reg_write() local
274 g_pdc_spi_rx_packet.ul_addr = ( uint32_t ) tmpbuf; in ksz8851_reg_write()
275 g_pdc_spi_rx_packet.ul_size = 4; in ksz8851_reg_write()
278 pdc_rx_init( g_p_spi_pdc, &g_pdc_spi_rx_packet, NULL ); in ksz8851_reg_write()
326 pdc_packet_t g_pdc_spi_rx_packet; in ksz8851_fifo_read() local
337 g_pdc_spi_rx_packet.ul_addr = ( uint32_t ) respBuf.uc; in ksz8851_fifo_read()
[all …]