Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/M487/
Dm480_eth.c46 uint8_t rx_buf[ RX_DESCRIPTOR_NUM ][ PACKET_BUFFER_SIZE ]; variable
51 uint8_t rx_buf[ RX_DESCRIPTOR_NUM ][ PACKET_BUFFER_SIZE ] __attribute__( ( aligned( 4 ) ) ); variable
201 rx_desc[ i ].buf = &rx_buf[ i ][ 0 ]; in init_rx_desc()