Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 69) sorted by relevance

123

/loramac-node-3.7.0/src/system/
Dsystime.c70 static void CalendarDiv86400( uint32_t in, uint32_t* out, uint32_t* remainder );
71 static uint32_t CalendarDiv61( uint32_t in );
72 static void CalendarDiv60( uint32_t in, uint32_t* out, uint32_t* remainder );
292 static void CalendarDiv86400( uint32_t in, uint32_t* out, uint32_t* remainder ) in CalendarDiv86400() argument
295 *remainder = in % SECONDS_IN_1DAY; in CalendarDiv86400()
296 *out = in / SECONDS_IN_1DAY; in CalendarDiv86400()
299 uint32_t divResult = DIV_APPROX_86400( in ); in CalendarDiv86400()
304 in -= divResult * 86400; in CalendarDiv86400()
305 divResult= DIV_APPROX_86400( in ); in CalendarDiv86400()
307 if( in >= 86400 ) in CalendarDiv86400()
[all …]
/loramac-node-3.7.0/src/peripherals/soft-se/
Dcmac.c74 uint8_t in[16]; in AES_CMAC_Update() local
85 memcpy1( in, &ctx->X[0], 16 ); // Otherwise it does not look good in AES_CMAC_Update()
86 aes_encrypt( in, in, &ctx->rijndael ); in AES_CMAC_Update()
87 memcpy1( &ctx->X[0], in, 16 ); in AES_CMAC_Update()
97 memcpy1( in, &ctx->X[0], 16 ); // Otherwise it does not look good in AES_CMAC_Update()
98 aes_encrypt( in, in, &ctx->rijndael ); in AES_CMAC_Update()
99 memcpy1( &ctx->X[0], in, 16 ); in AES_CMAC_Update()
112 uint8_t in[16]; in AES_CMAC_Final() local
151 memcpy1( in, &ctx->X[0], 16 ); // Otherwise it does not look good in AES_CMAC_Final()
152 aes_encrypt( in, digest, &ctx->rijndael ); in AES_CMAC_Final()
Daes.h94 return_type aes_encrypt( const uint8_t in[N_BLOCK],
98 return_type aes_cbc_encrypt( const uint8_t *in,
107 return_type aes_decrypt( const uint8_t in[N_BLOCK],
111 return_type aes_cbc_decrypt( const uint8_t *in,
139 void aes_encrypt_128( const uint8_t in[N_BLOCK],
146 void aes_decrypt_128( const uint8_t in[N_BLOCK],
153 void aes_encrypt_256( const uint8_t in[N_BLOCK],
160 void aes_decrypt_256( const uint8_t in[N_BLOCK],
/loramac-node-3.7.0/src/boards/mcu/saml21/hal/documentation/
Dtimer.rst8 been added to the timers task queue. The execution delay or period is set in ticks, where one tick …
9 configurable number of clock cycles in the hardware timer. Changing the number of clock cycles in a…
10 changes execution delays and periods for all tasks in the timers task queue.
13 and then is executed once, in repeating mode the task reschedules itself automatically after it has…
14 the period set in the task configuration.
16 reuse the memory of expired task in the callback.
42 it is not recommended to add or remove a task from such interrupts: in case if a higher priority in…
47 … of an operating system environment, the task queue is therefore processed in interrupt context wh…
/loramac-node-3.7.0/
DCHANGELOG.md3 All notable changes to this project will be documented in this file.
31 - Added a check for `GroupId` in order to avoid out of bounds access
33 - Signal NVM data change in `LoRaMacMc*` functions
39 - Added a check to verify that `SystemMaxRxError` provided value is in the range 0..500 ms
49 - Fixed class B multicast handling in `LoRaMacClassBProcessMulticastSlot()`
50 - Restore `RegionGroup2` in `RestoreNvmData`
51 - Fix a duty cycle related deadlock in `ScheduleTx`
60 - Fixed potential buffer overflow in `ProcessRadioRxDone` - [Security](###security)
65 - Fixed issue with RX2 data rate in case of 0x0F for `RxParamSetupReq` and `JoinAccept`
142 - Changed certification `OnTxPeriodicityChanged` callback implementation in order to directly apply…
[all …]
/loramac-node-3.7.0/src/boards/mcu/saml21/saml21b/gcc/gcc/
Dsaml21e15b_flash.ld4 * \brief Linker script for running in internal FLASH on the SAML21E15B
14 * you may not use this file except in compliance with the License.
19 * Unless required by applicable law or agreed to in writing, software
58 /* Support C constructors, and C destructors in both user code
97 /* .ARM.exidx is sorted, so has to go in its own output section. */
Dsaml21e15b_sram.ld4 * \brief Linker script for running in internal SRAM on the SAML21E15B
14 * you may not use this file except in compliance with the License.
19 * Unless required by applicable law or agreed to in writing, software
57 /* Support C constructors, and C destructors in both user code
96 /* .ARM.exidx is sorted, so has to go in its own output section. */
Dsaml21e16b_flash.ld4 * \brief Linker script for running in internal FLASH on the SAML21E16B
14 * you may not use this file except in compliance with the License.
19 * Unless required by applicable law or agreed to in writing, software
58 /* Support C constructors, and C destructors in both user code
97 /* .ARM.exidx is sorted, so has to go in its own output section. */
Dsaml21e16b_sram.ld4 * \brief Linker script for running in internal SRAM on the SAML21E16B
14 * you may not use this file except in compliance with the License.
19 * Unless required by applicable law or agreed to in writing, software
57 /* Support C constructors, and C destructors in both user code
96 /* .ARM.exidx is sorted, so has to go in its own output section. */
Dsaml21e17b_flash.ld4 * \brief Linker script for running in internal FLASH on the SAML21E17B
14 * you may not use this file except in compliance with the License.
19 * Unless required by applicable law or agreed to in writing, software
58 /* Support C constructors, and C destructors in both user code
97 /* .ARM.exidx is sorted, so has to go in its own output section. */
Dsaml21e17b_sram.ld4 * \brief Linker script for running in internal SRAM on the SAML21E17B
14 * you may not use this file except in compliance with the License.
19 * Unless required by applicable law or agreed to in writing, software
57 /* Support C constructors, and C destructors in both user code
96 /* .ARM.exidx is sorted, so has to go in its own output section. */
Dsaml21e18b_sram.ld4 * \brief Linker script for running in internal SRAM on the SAML21E18B
14 * you may not use this file except in compliance with the License.
19 * Unless required by applicable law or agreed to in writing, software
57 /* Support C constructors, and C destructors in both user code
96 /* .ARM.exidx is sorted, so has to go in its own output section. */
Dsaml21g16b_flash.ld4 * \brief Linker script for running in internal FLASH on the SAML21G16B
14 * you may not use this file except in compliance with the License.
19 * Unless required by applicable law or agreed to in writing, software
58 /* Support C constructors, and C destructors in both user code
97 /* .ARM.exidx is sorted, so has to go in its own output section. */
Dsaml21g17b_flash.ld4 * \brief Linker script for running in internal FLASH on the SAML21G17B
14 * you may not use this file except in compliance with the License.
19 * Unless required by applicable law or agreed to in writing, software
58 /* Support C constructors, and C destructors in both user code
97 /* .ARM.exidx is sorted, so has to go in its own output section. */
Dsaml21j18bu_flash.ld4 * \brief Linker script for running in internal FLASH on the SAML21J18BU
14 * you may not use this file except in compliance with the License.
19 * Unless required by applicable law or agreed to in writing, software
58 /* Support C constructors, and C destructors in both user code
97 /* .ARM.exidx is sorted, so has to go in its own output section. */
Dsaml21j18bu_sram.ld4 * \brief Linker script for running in internal SRAM on the SAML21J18BU
14 * you may not use this file except in compliance with the License.
19 * Unless required by applicable law or agreed to in writing, software
57 /* Support C constructors, and C destructors in both user code
96 /* .ARM.exidx is sorted, so has to go in its own output section. */
Dsaml21g17b_sram.ld4 * \brief Linker script for running in internal SRAM on the SAML21G17B
14 * you may not use this file except in compliance with the License.
19 * Unless required by applicable law or agreed to in writing, software
57 /* Support C constructors, and C destructors in both user code
96 /* .ARM.exidx is sorted, so has to go in its own output section. */
Dsaml21j16b_flash.ld4 * \brief Linker script for running in internal FLASH on the SAML21J16B
14 * you may not use this file except in compliance with the License.
19 * Unless required by applicable law or agreed to in writing, software
58 /* Support C constructors, and C destructors in both user code
97 /* .ARM.exidx is sorted, so has to go in its own output section. */
Dsaml21j16b_sram.ld4 * \brief Linker script for running in internal SRAM on the SAML21J16B
14 * you may not use this file except in compliance with the License.
19 * Unless required by applicable law or agreed to in writing, software
57 /* Support C constructors, and C destructors in both user code
96 /* .ARM.exidx is sorted, so has to go in its own output section. */
Dsaml21j17b_flash.ld4 * \brief Linker script for running in internal FLASH on the SAML21J17B
14 * you may not use this file except in compliance with the License.
19 * Unless required by applicable law or agreed to in writing, software
58 /* Support C constructors, and C destructors in both user code
97 /* .ARM.exidx is sorted, so has to go in its own output section. */
Dsaml21e18b_flash.ld4 * \brief Linker script for running in internal FLASH on the SAML21E18B
14 * you may not use this file except in compliance with the License.
19 * Unless required by applicable law or agreed to in writing, software
58 /* Support C constructors, and C destructors in both user code
97 /* .ARM.exidx is sorted, so has to go in its own output section. */
Dsaml21g16b_sram.ld4 * \brief Linker script for running in internal SRAM on the SAML21G16B
14 * you may not use this file except in compliance with the License.
19 * Unless required by applicable law or agreed to in writing, software
57 /* Support C constructors, and C destructors in both user code
96 /* .ARM.exidx is sorted, so has to go in its own output section. */
Dsaml21g18b_flash.ld4 * \brief Linker script for running in internal FLASH on the SAML21G18B
14 * you may not use this file except in compliance with the License.
19 * Unless required by applicable law or agreed to in writing, software
58 /* Support C constructors, and C destructors in both user code
97 /* .ARM.exidx is sorted, so has to go in its own output section. */
Dsaml21g18b_sram.ld4 * \brief Linker script for running in internal SRAM on the SAML21G18B
14 * you may not use this file except in compliance with the License.
19 * Unless required by applicable law or agreed to in writing, software
57 /* Support C constructors, and C destructors in both user code
96 /* .ARM.exidx is sorted, so has to go in its own output section. */
Dsaml21j17b_sram.ld4 * \brief Linker script for running in internal SRAM on the SAML21J17B
14 * you may not use this file except in compliance with the License.
19 * Unless required by applicable law or agreed to in writing, software
57 /* Support C constructors, and C destructors in both user code
96 /* .ARM.exidx is sorted, so has to go in its own output section. */

123