Searched refs:localSize (Results 1 – 9 of 9) sorted by relevance
/loramac-node-latest/src/boards/NucleoL476/ |
D | uart-board.c | 278 uint16_t localSize = 0; in UartMcuGetBuffer() local 280 while( localSize < size ) in UartMcuGetBuffer() 282 if( UartGetChar( obj, buffer + localSize ) == 0 ) in UartMcuGetBuffer() 284 localSize++; in UartMcuGetBuffer() 292 *nbReadBytes = localSize; in UartMcuGetBuffer() 294 if( localSize == 0 ) in UartMcuGetBuffer()
|
/loramac-node-latest/src/boards/SKiM881AXL/ |
D | uart-board.c | 281 uint16_t localSize = 0; in UartMcuGetBuffer() local 283 while( localSize < size ) in UartMcuGetBuffer() 285 if( UartGetChar( obj, buffer + localSize ) == 0 ) in UartMcuGetBuffer() 287 localSize++; in UartMcuGetBuffer() 295 *nbReadBytes = localSize; in UartMcuGetBuffer() 297 if( localSize == 0 ) in UartMcuGetBuffer()
|
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/ |
D | uart-board.c | 281 uint16_t localSize = 0; in UartMcuGetBuffer() local 283 while( localSize < size ) in UartMcuGetBuffer() 285 if( UartGetChar( obj, buffer + localSize ) == 0 ) in UartMcuGetBuffer() 287 localSize++; in UartMcuGetBuffer() 295 *nbReadBytes = localSize; in UartMcuGetBuffer() 297 if( localSize == 0 ) in UartMcuGetBuffer()
|
/loramac-node-latest/src/boards/NucleoL073/ |
D | uart-board.c | 281 uint16_t localSize = 0; in UartMcuGetBuffer() local 283 while( localSize < size ) in UartMcuGetBuffer() 285 if( UartGetChar( obj, buffer + localSize ) == 0 ) in UartMcuGetBuffer() 287 localSize++; in UartMcuGetBuffer() 295 *nbReadBytes = localSize; in UartMcuGetBuffer() 297 if( localSize == 0 ) in UartMcuGetBuffer()
|
/loramac-node-latest/src/boards/SKiM980A/ |
D | uart-board.c | 278 uint16_t localSize = 0; in UartMcuGetBuffer() local 280 while( localSize < size ) in UartMcuGetBuffer() 282 if( UartGetChar( obj, buffer + localSize ) == 0 ) in UartMcuGetBuffer() 284 localSize++; in UartMcuGetBuffer() 292 *nbReadBytes = localSize; in UartMcuGetBuffer() 294 if( localSize == 0 ) in UartMcuGetBuffer()
|
/loramac-node-latest/src/boards/SKiM880B/ |
D | uart-board.c | 278 uint16_t localSize = 0; in UartMcuGetBuffer() local 280 while( localSize < size ) in UartMcuGetBuffer() 282 if( UartGetChar( obj, buffer + localSize ) == 0 ) in UartMcuGetBuffer() 284 localSize++; in UartMcuGetBuffer() 292 *nbReadBytes = localSize; in UartMcuGetBuffer() 294 if( localSize == 0 ) in UartMcuGetBuffer()
|
/loramac-node-latest/src/boards/NucleoL152/ |
D | uart-board.c | 278 uint16_t localSize = 0; in UartMcuGetBuffer() local 280 while( localSize < size ) in UartMcuGetBuffer() 282 if( UartGetChar( obj, buffer + localSize ) == 0 ) in UartMcuGetBuffer() 284 localSize++; in UartMcuGetBuffer() 292 *nbReadBytes = localSize; in UartMcuGetBuffer() 294 if( localSize == 0 ) in UartMcuGetBuffer()
|
/loramac-node-latest/src/boards/NAMote72/ |
D | uart-board.c | 320 uint16_t localSize = 0; in UartMcuGetBuffer() local 322 while( localSize < size ) in UartMcuGetBuffer() 324 if( UartGetChar( obj, buffer + localSize ) == 0 ) in UartMcuGetBuffer() 326 localSize++; in UartMcuGetBuffer() 334 *nbReadBytes = localSize; in UartMcuGetBuffer() 336 if( localSize == 0 ) in UartMcuGetBuffer()
|
/loramac-node-latest/src/peripherals/lr1110-se/ |
D | lr1110-se.c | 161 uint16_t localSize = size; in SecureElementComputeAesCmac() local 172 localSize += MIC_BLOCK_BX_SIZE; in SecureElementComputeAesCmac() 177 … convert_key_id_from_se_to_lr1110( keyID ), localbuffer, localSize, in SecureElementComputeAesCmac()
|