Home
last modified time | relevance | path

Searched refs:localSize (Results 1 – 9 of 9) sorted by relevance

/loramac-node-latest/src/boards/NucleoL476/
Duart-board.c278 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/
Duart-board.c281 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/
Duart-board.c281 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/
Duart-board.c281 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/
Duart-board.c278 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/
Duart-board.c278 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/
Duart-board.c278 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/
Duart-board.c320 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/
Dlr1110-se.c161 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()