Home
last modified time | relevance | path

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

/dports/comms/owfs/owfs-3.2p4/module/owlib/src/include/
H A Dow_connection.h96 #define UART_FIFO_SIZE 160 macro
108 #define LINK_FIFO_SIZE UART_FIFO_SIZE
109 #define HA7E_FIFO_SIZE UART_FIFO_SIZE
112 #define HA5_FIFO_SIZE UART_FIFO_SIZE
116 #if USB_FIFO_SIZE > UART_FIFO_SIZE
119 #define MAX_FIFO_SIZE UART_FIFO_SIZE
/dports/misc/digitemp/digitemp-3.7.2/userial/ds9097/
H A Dlinuxlnk.c87 #define UART_FIFO_SIZE 160 macro
240 nbits2 = (nbits < UART_FIFO_SIZE) ? nbits : UART_FIFO_SIZE; in owTouchBlock()
/dports/comms/owfs/owfs-3.2p4/module/owlib/src/c/
H A Dow_ds9097.c53 in->bundling_length = UART_FIFO_SIZE / 10; in DS9097_setroutines()
H A Dow_k1wm.c102 in->bundling_length = UART_FIFO_SIZE; in K1WM_setroutines()
H A Dow_ds1wm.c97 in->bundling_length = UART_FIFO_SIZE; in DS1WM_setroutines()
H A Dow_ds9097U.c265 in->bundling_length = UART_FIFO_SIZE; in DS2480_setroutines()