Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/MPS2_AN385/ether_lan9118/
Dsmsc9220_eth_drv.c319 uint32_t remainder_bytes = ( size_bytes % 4 ); in fill_tx_fifo() local
320 uint32_t filler_bytes = ( 4 - remainder_bytes ); in fill_tx_fifo()
335 size_bytes -= remainder_bytes; in fill_tx_fifo()
336 data += remainder_bytes; in fill_tx_fifo()
361 uint32_t remainder_bytes = ( size_bytes % 4 ); in empty_rx_fifo() local
363 size_bytes -= remainder_bytes; in empty_rx_fifo()
379 for( uint32_t i = 0; i < remainder_bytes; i++ ) in empty_rx_fifo()