Home
last modified time | relevance | path

Searched refs:rnd (Results 1 – 6 of 6) sorted by relevance

/loramac-node-3.6.0-3.5.0/src/peripherals/soft-se/
Daes.h74 uint8_t rnd; member
Daes.c524 ctx->rnd = 0;
529 ctx->rnd = (hi >> 4) - 1;
570 if( ctx->rnd )
575 for( r = 1 ; r < ctx->rnd ; ++r )
622 if( ctx->rnd )
625 copy_and_key( s1, in, ctx->ksch + ctx->rnd * N_BLOCK );
628 for( r = ctx->rnd ; --r ; )
/loramac-node-3.6.0-3.5.0/src/radio/sx126x/
Dradio.c622 uint32_t rnd = 0; in RadioRandom() local
633 rnd = SX126xGetRandom( ); in RadioRandom()
635 return rnd; in RadioRandom()
/loramac-node-3.6.0-3.5.0/src/radio/lr1110/
Dradio.c592 uint32_t rnd = 0; in RadioRandom() local
596 lr1110_system_get_random_number( &LR1110, &rnd ); in RadioRandom()
598 return rnd; in RadioRandom()
/loramac-node-3.6.0-3.5.0/src/radio/sx1272/
Dsx1272.c385 uint32_t rnd = 0; in SX1272Random() local
410 rnd |= ( ( uint32_t )SX1272Read( REG_LR_RSSIWIDEBAND ) & 0x01 ) << i; in SX1272Random()
415 return rnd; in SX1272Random()
/loramac-node-3.6.0-3.5.0/src/radio/sx1276/
Dsx1276.c396 uint32_t rnd = 0; in SX1276Random() local
421 rnd |= ( ( uint32_t )SX1276Read( REG_LR_RSSIWIDEBAND ) & 0x01 ) << i; in SX1276Random()
426 return rnd; in SX1276Random()