Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/system/
Duart.c61 uint8_t UartGetBuffer( Uart_t *obj, uint8_t *buffer, uint16_t size, uint16_t *nbReadBytes ) in UartGetBuffer() function
Duart.h189 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/
Dboard.c159 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/
Dboard.c393 while( UartGetBuffer( &Uart2, ( uint8_t* )buf, count, ( uint16_t* )&bytesRead ) != 0 ){ }; in _read()
/loramac-node-3.6.0-3.5.0/src/boards/SKiM881AXL/
Dboard.c492 while( UartGetBuffer( &Uart1, ( uint8_t* )buf, count, ( uint16_t* )&bytesRead ) != 0 ){ }; in _read()
/loramac-node-3.6.0-3.5.0/src/boards/SKiM980A/
Dboard.c519 while( UartGetBuffer( &Uart1, ( uint8_t* )buf, count, ( uint16_t* )&bytesRead ) != 0 ){ }; in _read()
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL073/
Dboard.c526 while( UartGetBuffer( &Uart2, ( uint8_t* )buf, count, ( uint16_t* )&bytesRead ) != 0 ){ }; in _read()
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL152/
Dboard.c526 while( UartGetBuffer( &Uart2, ( uint8_t* )buf, count, ( uint16_t* )&bytesRead ) != 0 ){ }; in _read()
/loramac-node-3.6.0-3.5.0/src/boards/SKiM880B/
Dboard.c519 while( UartGetBuffer( &Uart1, ( uint8_t* )buf, count, ( uint16_t* )&bytesRead ) != 0 ){ }; in _read()
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL476/
Dboard.c626 while( UartGetBuffer( &Uart2, ( uint8_t* )buf, count, ( uint16_t* )&bytesRead ) != 0 ){ }; in _read()
/loramac-node-3.6.0-3.5.0/src/boards/NAMote72/
Dboard.c613 while( UartGetBuffer( &Uart2, ( uint8_t* )buf, count, ( uint16_t* )&bytesRead ) != 0 ){ }; in _read()