Searched refs:UartPutChar (Results 1 – 19 of 19) sorted by relevance
/loramac-node-latest/src/boards/SAMR34/ |
D | board.c | 172 while( UartPutChar( &Uart1, ( uint8_t )c ) != 0 ); in fputc() 181 while( UartPutChar( &Uart1, c ) != 0 ); in fgetc()
|
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/ |
D | board.c | 406 while( UartPutChar( &Uart2, ( uint8_t )c ) != 0 ); in fputc() 415 while( UartPutChar( &Uart2, c ) != 0 ); in fgetc()
|
D | uart-board.c | 264 while( UartPutChar( obj, buffer[i] ) != 0 ) in UartMcuPutBuffer()
|
/loramac-node-latest/src/system/ |
D | uart.c | 46 uint8_t UartPutChar( Uart_t *obj, uint8_t data ) in UartPutChar() function
|
D | uart.h | 159 uint8_t UartPutChar( Uart_t *obj, uint8_t data );
|
/loramac-node-latest/src/boards/SKiM881AXL/ |
D | board.c | 505 while( UartPutChar( &Uart1, ( uint8_t )c ) != 0 ); in fputc() 514 while( UartPutChar( &Uart1, c ) != 0 ); in fgetc()
|
D | uart-board.c | 264 while( UartPutChar( obj, buffer[i] ) != 0 ) in UartMcuPutBuffer()
|
/loramac-node-latest/src/boards/SKiM980A/ |
D | board.c | 532 while( UartPutChar( &Uart1, ( uint8_t )c ) != 0 ); in fputc() 541 while( UartPutChar( &Uart1, c ) != 0 ); in fgetc()
|
D | uart-board.c | 261 while( UartPutChar( obj, buffer[i] ) != 0 ) in UartMcuPutBuffer()
|
/loramac-node-latest/src/boards/NucleoL073/ |
D | board.c | 539 while( UartPutChar( &Uart2, ( uint8_t )c ) != 0 ); in fputc() 548 while( UartPutChar( &Uart2, c ) != 0 ); in fgetc()
|
D | uart-board.c | 264 while( UartPutChar( obj, buffer[i] ) != 0 ) in UartMcuPutBuffer()
|
/loramac-node-latest/src/boards/NucleoL152/ |
D | board.c | 539 while( UartPutChar( &Uart2, ( uint8_t )c ) != 0 ); in fputc() 548 while( UartPutChar( &Uart2, c ) != 0 ); in fgetc()
|
D | uart-board.c | 261 while( UartPutChar( obj, buffer[i] ) != 0 ) in UartMcuPutBuffer()
|
/loramac-node-latest/src/boards/SKiM880B/ |
D | board.c | 532 while( UartPutChar( &Uart1, ( uint8_t )c ) != 0 ); in fputc() 541 while( UartPutChar( &Uart1, c ) != 0 ); in fgetc()
|
D | uart-board.c | 261 while( UartPutChar( obj, buffer[i] ) != 0 ) in UartMcuPutBuffer()
|
/loramac-node-latest/src/boards/NAMote72/ |
D | board.c | 626 while( UartPutChar( &Uart2, ( uint8_t )c ) != 0 ); in fputc() 635 while( UartPutChar( &Uart2, c ) != 0 ); in fgetc()
|
D | uart-board.c | 303 while( UartPutChar( obj, buffer[i] ) != 0 ) in UartMcuPutBuffer()
|
/loramac-node-latest/src/boards/NucleoL476/ |
D | board.c | 639 while( UartPutChar( &Uart2, ( uint8_t )c ) != 0 ); in fputc() 648 while( UartPutChar( &Uart2, c ) != 0 ); in fgetc()
|
D | uart-board.c | 261 while( UartPutChar( obj, buffer[i] ) != 0 ) in UartMcuPutBuffer()
|