Home
last modified time | relevance | path

Searched refs:d (Results 1 – 3 of 3) sorted by relevance

/loramac-node-3.7.0/src/peripherals/soft-se/
Daes.c308 # define block_copy_nn(d, s, l) memcpy(d, s, l) argument
309 # define block_copy(d, s) memcpy(d, s, N_BLOCK) argument
311 # define block_copy_nn(d, s, l) copy_block_nn(d, s, l) argument
312 # define block_copy(d, s) copy_block(d, s) argument
315 static void copy_block( void *d, const void *s ) in copy_block() argument
318 ((uint32_t*)d)[ 0] = ((uint32_t*)s)[ 0]; in copy_block()
319 ((uint32_t*)d)[ 1] = ((uint32_t*)s)[ 1]; in copy_block()
320 ((uint32_t*)d)[ 2] = ((uint32_t*)s)[ 2]; in copy_block()
321 ((uint32_t*)d)[ 3] = ((uint32_t*)s)[ 3]; in copy_block()
323 ((uint8_t*)d)[ 0] = ((uint8_t*)s)[ 0]; in copy_block()
[all …]
/loramac-node-3.7.0/cmake/
Dlaunch.json.in18 "serverStarted": "Info\\ :\\ [\\w\\d\\.]*:\\ hardware",
/loramac-node-3.7.0/
DCHANGELOG.md1168 { 0, 'H', 'e', 'l', 'l', 'o', ' ', 'W', 'o', 'r', 'l', 'd', '!', '!', '!', '!' }