Lines Matching +full:fifo +full:- +full:read +full:- +full:threshold
2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "renesas,smartbond-usbd"
8 include: usb-ep.yaml
11 dma-min-transfer-size:
16 ep-out-buf-size:
20 Buffer size for OUT end points 0-3.
22 fifo-read-threshold:
25 RX FIFO is 64 bytes. When endpoint size is greater then 64,
26 FIFO warning interrupt is enabled to allow read incoming data
29 but it may be more efficient for MCU to read as much data as
30 possible and when FIFO is hardly filled exit interrupt handler
31 waiting for next FIFO warning level interrupt or packet end.
32 When running at 96MHz code that reads FIFO based on number of
34 fill FIFO with two additional bytes.
35 Settings this threshold above this allows to leave interrupt
38 if ISR read as fast as possible.
40 iso-out-mps: