/loramac-node-latest/src/boards/SAMR34/ |
D | board.c | 158 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/ |
D | board.c | 392 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/ |
D | board.c | 491 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/ |
D | board.c | 518 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/ |
D | board.c | 525 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/ |
D | board.c | 525 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/ |
D | board.c | 518 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/ |
D | board.c | 612 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/ |
D | board.c | 625 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()
|