Searched refs:UartPutBuffer (Results 1 – 11 of 11) sorted by relevance
/loramac-node-latest/src/boards/SAMR34/ |
D | board.c | 149 while( UartPutBuffer( &Uart1, ( uint8_t* )buf, ( uint16_t )count ) != 0 ){ }; in _write() 161 while( UartPutBuffer( &Uart1, ( uint8_t* )buf, ( uint16_t )bytesRead ) != 0 ){ }; in _read()
|
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/ |
D | board.c | 383 while( UartPutBuffer( &Uart2, ( uint8_t* )buf, ( uint16_t )count ) != 0 ){ }; in _write() 395 while( UartPutBuffer( &Uart2, ( uint8_t* )buf, ( uint16_t )bytesRead ) != 0 ){ }; in _read()
|
/loramac-node-latest/src/system/ |
D | uart.c | 56 uint8_t UartPutBuffer( Uart_t *obj, uint8_t *buffer, uint16_t size ) in UartPutBuffer() function
|
D | uart.h | 169 uint8_t UartPutBuffer( Uart_t *obj, uint8_t *buffer, uint16_t size );
|
/loramac-node-latest/src/boards/SKiM881AXL/ |
D | board.c | 482 while( UartPutBuffer( &Uart1, ( uint8_t* )buf, ( uint16_t )count ) != 0 ){ }; in _write() 494 while( UartPutBuffer( &Uart1, ( uint8_t* )buf, ( uint16_t )bytesRead ) != 0 ){ }; in _read()
|
/loramac-node-latest/src/boards/SKiM980A/ |
D | board.c | 509 while( UartPutBuffer( &Uart1, ( uint8_t* )buf, ( uint16_t )count ) != 0 ){ }; in _write() 521 while( UartPutBuffer( &Uart1, ( uint8_t* )buf, ( uint16_t )bytesRead ) != 0 ){ }; in _read()
|
/loramac-node-latest/src/boards/NucleoL073/ |
D | board.c | 516 while( UartPutBuffer( &Uart2, ( uint8_t* )buf, ( uint16_t )count ) != 0 ){ }; in _write() 528 while( UartPutBuffer( &Uart2, ( uint8_t* )buf, ( uint16_t )bytesRead ) != 0 ){ }; in _read()
|
/loramac-node-latest/src/boards/NucleoL152/ |
D | board.c | 516 while( UartPutBuffer( &Uart2, ( uint8_t* )buf, ( uint16_t )count ) != 0 ){ }; in _write() 528 while( UartPutBuffer( &Uart2, ( uint8_t* )buf, ( uint16_t )bytesRead ) != 0 ){ }; in _read()
|
/loramac-node-latest/src/boards/SKiM880B/ |
D | board.c | 509 while( UartPutBuffer( &Uart1, ( uint8_t* )buf, ( uint16_t )count ) != 0 ){ }; in _write() 521 while( UartPutBuffer( &Uart1, ( uint8_t* )buf, ( uint16_t )bytesRead ) != 0 ){ }; in _read()
|
/loramac-node-latest/src/boards/NAMote72/ |
D | board.c | 603 while( UartPutBuffer( &Uart2, ( uint8_t* )buf, ( uint16_t )count ) != 0 ){ }; in _write() 615 while( UartPutBuffer( &Uart2, ( uint8_t* )buf, ( uint16_t )bytesRead ) != 0 ){ }; in _read()
|
/loramac-node-latest/src/boards/NucleoL476/ |
D | board.c | 616 while( UartPutBuffer( &Uart2, ( uint8_t* )buf, ( uint16_t )count ) != 0 ){ }; in _write() 628 while( UartPutBuffer( &Uart2, ( uint8_t* )buf, ( uint16_t )bytesRead ) != 0 ){ }; in _read()
|