Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/SAMR34/
Dboard.c149 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/
Dboard.c383 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/
Duart.c56 uint8_t UartPutBuffer( Uart_t *obj, uint8_t *buffer, uint16_t size ) in UartPutBuffer() function
Duart.h169 uint8_t UartPutBuffer( Uart_t *obj, uint8_t *buffer, uint16_t size );
/loramac-node-latest/src/boards/SKiM881AXL/
Dboard.c482 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/
Dboard.c509 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/
Dboard.c516 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/
Dboard.c516 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/
Dboard.c509 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/
Dboard.c603 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/
Dboard.c616 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()