Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/SAMR34/
Dboard.c158 size_t bytesRead = 0; in _read() local
159 while( UartGetBuffer( &Uart1, ( uint8_t* )buf, count, ( uint16_t* )&bytesRead ) != 0 ){ }; in _read()
161 while( UartPutBuffer( &Uart1, ( uint8_t* )buf, ( uint16_t )bytesRead ) != 0 ){ }; in _read()
162 return bytesRead; in _read()
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/
Dboard.c392 size_t bytesRead = 0; in _read() local
393 while( UartGetBuffer( &Uart2, ( uint8_t* )buf, count, ( uint16_t* )&bytesRead ) != 0 ){ }; in _read()
395 while( UartPutBuffer( &Uart2, ( uint8_t* )buf, ( uint16_t )bytesRead ) != 0 ){ }; in _read()
396 return bytesRead; in _read()
/loramac-node-latest/src/boards/SKiM881AXL/
Dboard.c491 size_t bytesRead = 0; in _read() local
492 while( UartGetBuffer( &Uart1, ( uint8_t* )buf, count, ( uint16_t* )&bytesRead ) != 0 ){ }; in _read()
494 while( UartPutBuffer( &Uart1, ( uint8_t* )buf, ( uint16_t )bytesRead ) != 0 ){ }; in _read()
495 return bytesRead; in _read()
/loramac-node-latest/src/boards/SKiM980A/
Dboard.c518 size_t bytesRead = 0; in _read() local
519 while( UartGetBuffer( &Uart1, ( uint8_t* )buf, count, ( uint16_t* )&bytesRead ) != 0 ){ }; in _read()
521 while( UartPutBuffer( &Uart1, ( uint8_t* )buf, ( uint16_t )bytesRead ) != 0 ){ }; in _read()
522 return bytesRead; in _read()
/loramac-node-latest/src/boards/NucleoL073/
Dboard.c525 size_t bytesRead = 0; in _read() local
526 while( UartGetBuffer( &Uart2, ( uint8_t* )buf, count, ( uint16_t* )&bytesRead ) != 0 ){ }; in _read()
528 while( UartPutBuffer( &Uart2, ( uint8_t* )buf, ( uint16_t )bytesRead ) != 0 ){ }; in _read()
529 return bytesRead; in _read()
/loramac-node-latest/src/boards/NucleoL152/
Dboard.c525 size_t bytesRead = 0; in _read() local
526 while( UartGetBuffer( &Uart2, ( uint8_t* )buf, count, ( uint16_t* )&bytesRead ) != 0 ){ }; in _read()
528 while( UartPutBuffer( &Uart2, ( uint8_t* )buf, ( uint16_t )bytesRead ) != 0 ){ }; in _read()
529 return bytesRead; in _read()
/loramac-node-latest/src/boards/SKiM880B/
Dboard.c518 size_t bytesRead = 0; in _read() local
519 while( UartGetBuffer( &Uart1, ( uint8_t* )buf, count, ( uint16_t* )&bytesRead ) != 0 ){ }; in _read()
521 while( UartPutBuffer( &Uart1, ( uint8_t* )buf, ( uint16_t )bytesRead ) != 0 ){ }; in _read()
522 return bytesRead; in _read()
/loramac-node-latest/src/boards/NAMote72/
Dboard.c612 size_t bytesRead = 0; in _read() local
613 while( UartGetBuffer( &Uart2, ( uint8_t* )buf, count, ( uint16_t* )&bytesRead ) != 0 ){ }; in _read()
615 while( UartPutBuffer( &Uart2, ( uint8_t* )buf, ( uint16_t )bytesRead ) != 0 ){ }; in _read()
616 return bytesRead; in _read()
/loramac-node-latest/src/boards/NucleoL476/
Dboard.c625 size_t bytesRead = 0; in _read() local
626 while( UartGetBuffer( &Uart2, ( uint8_t* )buf, count, ( uint16_t* )&bytesRead ) != 0 ){ }; in _read()
628 while( UartPutBuffer( &Uart2, ( uint8_t* )buf, ( uint16_t )bytesRead ) != 0 ){ }; in _read()
629 return bytesRead; in _read()