Searched refs:UartGetChar (Results 1 – 21 of 21) sorted by relevance
/loramac-node-3.7.0/src/apps/LoRaMac/common/ |
D | cli.c | 29 if( UartGetChar( uart, &data ) == 0 ) in CliProcess() 34 while( UartGetChar( uart, &data ) != 0 ) in CliProcess()
|
/loramac-node-3.7.0/src/system/ |
D | uart.c | 51 uint8_t UartGetChar( Uart_t *obj, uint8_t *data ) in UartGetChar() function
|
D | uart.h | 178 uint8_t UartGetChar( Uart_t *obj, uint8_t *data );
|
/loramac-node-3.7.0/src/boards/NAMote72/ |
D | gps-board.c | 139 if( UartGetChar( &Uart1, &data ) == 0 ) in GpsMcuIrqNotify()
|
D | board.c | 633 while( UartGetChar( &Uart2, &c ) != 0 ); in fgetc()
|
D | uart-board.c | 324 if( UartGetChar( obj, buffer + localSize ) == 0 ) in UartMcuGetBuffer()
|
/loramac-node-3.7.0/src/boards/SAMR34/ |
D | board.c | 179 while( UartGetChar( &Uart1, &c ) != 0 ); in fgetc()
|
/loramac-node-3.7.0/src/boards/NucleoL073/ |
D | uart-board.c | 285 if( UartGetChar( obj, buffer + localSize ) == 0 ) in UartMcuGetBuffer()
|
D | board.c | 546 while( UartGetChar( &Uart2, &c ) != 0 ); in fgetc()
|
/loramac-node-3.7.0/src/boards/SKiM880B/ |
D | uart-board.c | 282 if( UartGetChar( obj, buffer + localSize ) == 0 ) in UartMcuGetBuffer()
|
D | board.c | 539 while( UartGetChar( &Uart1, &c ) != 0 ); in fgetc()
|
/loramac-node-3.7.0/src/boards/SKiM881AXL/ |
D | uart-board.c | 285 if( UartGetChar( obj, buffer + localSize ) == 0 ) in UartMcuGetBuffer()
|
D | board.c | 512 while( UartGetChar( &Uart1, &c ) != 0 ); in fgetc()
|
/loramac-node-3.7.0/src/boards/SKiM980A/ |
D | uart-board.c | 282 if( UartGetChar( obj, buffer + localSize ) == 0 ) in UartMcuGetBuffer()
|
D | board.c | 539 while( UartGetChar( &Uart1, &c ) != 0 ); in fgetc()
|
/loramac-node-3.7.0/src/boards/B-L072Z-LRWAN1/ |
D | board.c | 413 while( UartGetChar( &Uart2, &c ) != 0 ); in fgetc()
|
D | uart-board.c | 285 if( UartGetChar( obj, buffer + localSize ) == 0 ) in UartMcuGetBuffer()
|
/loramac-node-3.7.0/src/boards/NucleoL476/ |
D | uart-board.c | 282 if( UartGetChar( obj, buffer + localSize ) == 0 ) in UartMcuGetBuffer()
|
D | board.c | 646 while( UartGetChar( &Uart2, &c ) != 0 ); in fgetc()
|
/loramac-node-3.7.0/src/boards/NucleoL152/ |
D | uart-board.c | 282 if( UartGetChar( obj, buffer + localSize ) == 0 ) in UartMcuGetBuffer()
|
D | board.c | 546 while( UartGetChar( &Uart2, &c ) != 0 ); in fgetc()
|