/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/src/ |
H A D | state_binding.c | 62 case ONOFF_TEMP:/* Temp. update as per Light CTL temp. default state */ in state_binding() 63 case CTL_TEMP: /* Temp. update as per Light CTL temp. state */ in state_binding() 72 case LEVEL_TEMP:/* Temp. update as per Generic Level (s0) state */ in state_binding() 88 case ONPOWERUP: /* Lightness update as per Generic OnPowerUp state */ in state_binding() 101 case ONOFF: /* Lightness update as per Generic OnOff (root) state */ in state_binding() 119 case LEVEL: /* Lightness update as per Generic Level (root) state */ in state_binding() 124 case DELTA_LEVEL: /* Lightness update as per Gen. Level (root) state */ in state_binding() 145 case ACTUAL: /* Lightness update as per Light Lightness Actual state */ in state_binding() 148 case LINEAR: /* Lightness update as per Light Lightness Linear state */ in state_binding() 161 case CTL: /* Lightness update as per Light CTL Lightness state */ in state_binding()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | ChangeLog | 7 - Update testzlib, vstudio, masmx64, and masmx86 in contrib [Vollant] 23 - Update make_vms.com [Zinser] 48 - Update contrib/minizip [Vollant] 52 - Update contrib/asm586, asm686, masmx86, testzlib, vstudio [Vollant] 62 - Add updated make_vms.com [Coghlan], update README 69 - Update contrib/masmx86/inffas32.asm and gvmat32.asm [Vollant] 85 - Update projects/README.projects and projects/visualc6 [Truta] 86 - Update win32/DLL_FAQ.txt [Truta] 95 - Update zlib.h comments on gzip in-memory processing 98 - Update win32/DLL_FAQ.txt [Truta] [all …]
|
H A D | infutil.c | 41 /* update counters */ 45 /* update check information */ 67 /* update counters */ 71 /* update check information */ 81 /* update pointers */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | settings.c | 71 /* IV Index & IV Update storage */ 179 BT_DBG("IV Index 0x%04x (IV Update Flag %u) duration %u hours", in iv_set() 757 if (mod->pub && mod->pub->update && in commit_mod() 916 /* Always update Seq whenever IV changes */ in bt_mesh_store_iv() 1158 struct key_update *update = &key_updates[i]; in store_pending_keys() local 1160 if (!update->valid) { in store_pending_keys() 1164 if (update->clear) { in store_pending_keys() 1165 if (update->app_key) { in store_pending_keys() 1166 clear_app_key(update->key_idx); in store_pending_keys() 1168 clear_net_key(update->key_idx); in store_pending_keys() [all …]
|
H A D | net.h | 150 BT_MESH_LPN_WAIT_UPDATE, /* Waiting for Update or message */ 219 iv_update:1, /* 1 if IV Update in Progress */ 220 ivu_initiator:1, /* IV Update initiated by us */ 221 ivu_test:1, /* IV Update test mode */ 222 pending_update:1, /* Update blocked by SDU in progress */ 240 /* Number of hours in current IV Update state */ 243 /* Timer to track duration in current IV Update state */
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/src/ |
H A D | hmac_prng.c | 78 static void update(TCHmacPrng_t prng, const uint8_t *e, unsigned int len) in update() function 128 /* update assumes SOME key has been configured into HMAC */ in tc_hmac_prng_init() 130 update(prng, personalization, plen); in tc_hmac_prng_init() 162 /* call update for the seed and additional_input */ in tc_hmac_prng_reseed() 163 update(prng, seed, seedlen); in tc_hmac_prng_reseed() 164 update(prng, additional_input, additionallen); in tc_hmac_prng_reseed() 167 /* call update only for the seed */ in tc_hmac_prng_reseed() 168 update(prng, seed, seedlen); in tc_hmac_prng_reseed() 209 update(prng, prng->v, TC_SHA256_DIGEST_SIZE); in tc_hmac_prng_generate()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | main.h | 310 /** @brief Toggle the IV Update test mode 312 * This API is only available if the IV Update test mode has been enabled 313 * in Kconfig. It is needed for passing most of the IV Update qualification 316 * @param enable true to enable IV Update test mode, false to disable it. 320 /** @brief Toggle the IV Update state 322 * This API is only available if the IV Update test mode has been enabled 323 * in Kconfig. It is needed for passing most of the IV Update qualification 326 * @return true if IV Update In Progress state was entered, false otherwise.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_gatts_notify_test.c | 600 /* Update characteristic 1's value. */ in TEST_CASE() 612 /* Update characteristic 2's value. */ in TEST_CASE() 634 /* Update characteristic 1's value. */ in TEST_CASE() 639 /* Update characteristic 2's value. */ in TEST_CASE() 692 /* Update characteristic 1's value. */ in TEST_CASE() 704 /* Update characteristic 2's value. */ in TEST_CASE() 744 /* Update characteristic 1's value. */ in TEST_CASE() 749 /* Update characteristic 2's value. */ in TEST_CASE() 787 /* Update characteristic 1's value. */ in TEST_CASE() 792 /* Update characteristic 2's value. */ in TEST_CASE() [all …]
|
/nrf52832-nimble/rt-thread/ |
H A D | ChangeLog.md | 102 * Update the `scons --dist` command to adapt to the new BSP framework; 140 * USB stack update 148 * Update Apollo2 BSP with ADC, GPIO, I2C, PDM, SPI, UART and other drivers; (Haleyl) 151 * Update HiFive1 BSP and add more documentation. 152 * Update imx6sx BSP to main function mode, and add Kconfig configuration file. 193 * Update the application module chapter in the programming guide, and change it into dynamic module… 195 … for adapting different protocol stacks and network implementations, and update the relevant secti… 205 * Update SFUD to v1.0.6 version; 212 * Update imxrt1052-evk firmware SDK to support B model chip. 228 * ENV update to v1.0.0 final version. [all …]
|
H A D | .travis.yml | 8 - sudo apt-get update 14 …update-linux.tar.bz2 && sudo tar xjf gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz2 -C /opt && e…
|
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-m3/ |
H A D | context_iar.S | 106 STR r1, [r0] ; update from thread stack pointer 114 MSR psp, r1 ; update stack pointer 189 MSR psp, r0 ; update stack pointer to PSP. 192 MSR msp, r0 ; update stack pointer to MSP.
|
H A D | context_rvds.S | 109 STR r1, [r0] ; update from thread stack pointer 117 MSR psp, r1 ; update stack pointer 194 MSREQ msp, r0 ; [2]=0 ==> Z=1, update stack pointer to MSP. 195 MSRNE psp, r0 ; [2]=1 ==> Z=0, update stack pointer to PSP.
|
H A D | context_gcc.S | 106 STR R1, [R0] /* update from thread stack pointer */ 114 MSR PSP, R1 /* update stack pointer */ 189 MSR psp, r0 /* update stack pointer to PSP. */ 192 MSR msp, r0 /* update stack pointer to MSP. */
|
/nrf52832-nimble/rt-thread/components/lwp/arch/arm/cortex-m4/ |
H A D | lwp_rvds.S | 90 STR R3, [R0, #20] ; update LR 91 STR R2, [R0, #24] ; update api to PC 92 MSR PSP, R0 ; update SP, API is executed with kernel SP
|
H A D | lwp_iar.S | 85 STR R3, [R0, #20] ; update LR 86 STR R2, [R0, #24] ; update api to PC 87 MSR PSP, R0 ; update SP, API is executed with kernel SP
|
H A D | lwp_gcc.S | 88 STR R3, [R0, #20] @; update LR 89 STR R2, [R0, #24] @; update api to PC 90 MSR PSP, R0 @; update SP, API is executed with kernel SP
|
/nrf52832-nimble/rt-thread/components/lwp/arch/arm/cortex-m3/ |
H A D | lwp_iar.S | 85 STR R3, [R0, #20] ; update LR 86 STR R2, [R0, #24] ; update api to PC 87 MSR PSP, R0 ; update SP, API is executed with kernel SP
|
H A D | lwp_rvds.S | 90 STR R3, [R0, #20] ; update LR 91 STR R2, [R0, #24] ; update api to PC 92 MSR PSP, R0 ; update SP, API is executed with kernel SP
|
/nrf52832-nimble/rt-thread/components/lwp/arch/arm/cortex-m7/ |
H A D | lwp_iar.S | 85 STR R3, [R0, #20] ; update LR 86 STR R2, [R0, #24] ; update api to PC 87 MSR PSP, R0 ; update SP, API is executed with kernel SP
|
H A D | lwp_rvds.S | 90 STR R3, [R0, #20] ; update LR 91 STR R2, [R0, #24] ; update api to PC 92 MSR PSP, R0 ; update SP, API is executed with kernel SP
|
H A D | lwp_gcc.S | 88 STR R3, [R0, #20] @; update LR 89 STR R2, [R0, #24] @; update api to PC 90 MSR PSP, R0 @; update SP, API is executed with kernel SP
|
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-m4/ |
H A D | context_rvds.S | 127 STR r1, [r0] ; update from thread stack pointer 145 MSR psp, r1 ; update stack pointer 238 MSREQ msp, r0 ; [2]=0 ==> Z=1, update stack pointer to MSP. 239 MSRNE psp, r0 ; [2]=1 ==> Z=0, update stack pointer to PSP.
|
H A D | context_iar.S | 128 STR r1, [r0] ; update from thread stack pointer 147 MSR psp, r1 ; update stack pointer 240 MSR psp, r0 ; update stack pointer to PSP. 243 MSR msp, r0 ; update stack pointer to MSP.
|
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-m7/ |
H A D | context_rvds.S | 127 STR r1, [r0] ; update from thread stack pointer 145 MSR psp, r1 ; update stack pointer 240 MSREQ msp, r0 ; [2]=0 ==> Z=1, update stack pointer to MSP. 241 MSRNE psp, r0 ; [2]=1 ==> Z=0, update stack pointer to PSP.
|
H A D | context_iar.S | 128 STR r1, [r0] ; update from thread stack pointer 147 MSR psp, r1 ; update stack pointer 240 MSR psp, r0 ; update stack pointer to PSP. 243 MSR msp, r0 ; update stack pointer to MSP.
|