Searched refs:UartGetBuffer (Results 1 – 11 of 11) sorted by relevance
/loramac-node-3.6.0-3.5.0/src/system/ |
D | uart.c | 61 uint8_t UartGetBuffer( Uart_t *obj, uint8_t *buffer, uint16_t size, uint16_t *nbReadBytes ) in UartGetBuffer() function
|
D | uart.h | 189 uint8_t UartGetBuffer( Uart_t *obj, uint8_t *buffer, uint16_t size, uint16_t *nbReadBytes );
|
/loramac-node-3.6.0-3.5.0/src/boards/SAMR34/ |
D | board.c | 159 while( UartGetBuffer( &Uart1, ( uint8_t* )buf, count, ( uint16_t* )&bytesRead ) != 0 ){ }; in _read()
|
/loramac-node-3.6.0-3.5.0/src/boards/B-L072Z-LRWAN1/ |
D | board.c | 393 while( UartGetBuffer( &Uart2, ( uint8_t* )buf, count, ( uint16_t* )&bytesRead ) != 0 ){ }; in _read()
|
/loramac-node-3.6.0-3.5.0/src/boards/SKiM881AXL/ |
D | board.c | 492 while( UartGetBuffer( &Uart1, ( uint8_t* )buf, count, ( uint16_t* )&bytesRead ) != 0 ){ }; in _read()
|
/loramac-node-3.6.0-3.5.0/src/boards/SKiM980A/ |
D | board.c | 519 while( UartGetBuffer( &Uart1, ( uint8_t* )buf, count, ( uint16_t* )&bytesRead ) != 0 ){ }; in _read()
|
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL073/ |
D | board.c | 526 while( UartGetBuffer( &Uart2, ( uint8_t* )buf, count, ( uint16_t* )&bytesRead ) != 0 ){ }; in _read()
|
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL152/ |
D | board.c | 526 while( UartGetBuffer( &Uart2, ( uint8_t* )buf, count, ( uint16_t* )&bytesRead ) != 0 ){ }; in _read()
|
/loramac-node-3.6.0-3.5.0/src/boards/SKiM880B/ |
D | board.c | 519 while( UartGetBuffer( &Uart1, ( uint8_t* )buf, count, ( uint16_t* )&bytesRead ) != 0 ){ }; in _read()
|
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL476/ |
D | board.c | 626 while( UartGetBuffer( &Uart2, ( uint8_t* )buf, count, ( uint16_t* )&bytesRead ) != 0 ){ }; in _read()
|
/loramac-node-3.6.0-3.5.0/src/boards/NAMote72/ |
D | board.c | 613 while( UartGetBuffer( &Uart2, ( uint8_t* )buf, count, ( uint16_t* )&bytesRead ) != 0 ){ }; in _read()
|