Home
last modified time | relevance | path

Searched refs:UartGetChar (Results 1 – 21 of 21) sorted by relevance

/loramac-node-3.7.0/src/apps/LoRaMac/common/
Dcli.c29 if( UartGetChar( uart, &data ) == 0 ) in CliProcess()
34 while( UartGetChar( uart, &data ) != 0 ) in CliProcess()
/loramac-node-3.7.0/src/system/
Duart.c51 uint8_t UartGetChar( Uart_t *obj, uint8_t *data ) in UartGetChar() function
Duart.h178 uint8_t UartGetChar( Uart_t *obj, uint8_t *data );
/loramac-node-3.7.0/src/boards/NAMote72/
Dgps-board.c139 if( UartGetChar( &Uart1, &data ) == 0 ) in GpsMcuIrqNotify()
Dboard.c633 while( UartGetChar( &Uart2, &c ) != 0 ); in fgetc()
Duart-board.c324 if( UartGetChar( obj, buffer + localSize ) == 0 ) in UartMcuGetBuffer()
/loramac-node-3.7.0/src/boards/SAMR34/
Dboard.c179 while( UartGetChar( &Uart1, &c ) != 0 ); in fgetc()
/loramac-node-3.7.0/src/boards/NucleoL073/
Duart-board.c285 if( UartGetChar( obj, buffer + localSize ) == 0 ) in UartMcuGetBuffer()
Dboard.c546 while( UartGetChar( &Uart2, &c ) != 0 ); in fgetc()
/loramac-node-3.7.0/src/boards/SKiM880B/
Duart-board.c282 if( UartGetChar( obj, buffer + localSize ) == 0 ) in UartMcuGetBuffer()
Dboard.c539 while( UartGetChar( &Uart1, &c ) != 0 ); in fgetc()
/loramac-node-3.7.0/src/boards/SKiM881AXL/
Duart-board.c285 if( UartGetChar( obj, buffer + localSize ) == 0 ) in UartMcuGetBuffer()
Dboard.c512 while( UartGetChar( &Uart1, &c ) != 0 ); in fgetc()
/loramac-node-3.7.0/src/boards/SKiM980A/
Duart-board.c282 if( UartGetChar( obj, buffer + localSize ) == 0 ) in UartMcuGetBuffer()
Dboard.c539 while( UartGetChar( &Uart1, &c ) != 0 ); in fgetc()
/loramac-node-3.7.0/src/boards/B-L072Z-LRWAN1/
Dboard.c413 while( UartGetChar( &Uart2, &c ) != 0 ); in fgetc()
Duart-board.c285 if( UartGetChar( obj, buffer + localSize ) == 0 ) in UartMcuGetBuffer()
/loramac-node-3.7.0/src/boards/NucleoL476/
Duart-board.c282 if( UartGetChar( obj, buffer + localSize ) == 0 ) in UartMcuGetBuffer()
Dboard.c646 while( UartGetChar( &Uart2, &c ) != 0 ); in fgetc()
/loramac-node-3.7.0/src/boards/NucleoL152/
Duart-board.c282 if( UartGetChar( obj, buffer + localSize ) == 0 ) in UartMcuGetBuffer()
Dboard.c546 while( UartGetChar( &Uart2, &c ) != 0 ); in fgetc()