Home
last modified time | relevance | path

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

123

/Zephyr-Core-2.7.6/.github/ISSUE_TEMPLATE/
Denhancement.md11 A clear and concise description of what the problem is.
14 A clear and concise description of what you want to happen.
17 A clear and concise description of any alternative solutions or features you've considered.
Dfeature_request.md11 A clear and concise description of what the problem is.
14 A clear and concise description of what you want to happen.
17 A clear and concise description of any alternative solutions or features you've considered.
Dbug_report.md11 A clear and concise description of what the bug is.
22 A clear and concise description of what you expected to happen.
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/
Decb.c57 uint8_t clear[16]; in ecb_encrypt() local
71 sys_memcpy_swap(&clear, clear_text_le, sizeof(clear)); in ecb_encrypt()
88 status = CAU3_AES_Encrypt(CAU3, &handle, clear, cipher); in ecb_encrypt()
/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/
Dcdb.c34 clear:1; /* 1 if key needs clearing, 0 if storing */ member
40 bool clear; member
566 update->clear = !store; in update_cdb_node_settings()
581 free_slot->clear = !store; in update_cdb_node_settings()
619 uint8_t clear = store ? 0U : 1U; in update_cdb_subnet_settings() local
625 update->clear = clear; in update_cdb_subnet_settings()
642 free_slot->clear = clear; in update_cdb_subnet_settings()
651 uint8_t clear = store ? 0U : 1U; in update_cdb_app_key_settings() local
657 update->clear = clear; in update_cdb_app_key_settings()
675 free_slot->clear = clear; in update_cdb_app_key_settings()
[all …]
Dapp_keys.c36 clear:1; /* 1 if key needs clearing, 0 if storing */ member
148 uint8_t clear = store ? 0U : 1U; in update_app_key_settings() local
154 update->clear = clear; in update_app_key_settings()
171 free_slot->clear = clear; in update_app_key_settings()
668 if (update->clear) { in bt_mesh_app_key_pending_store()
Dfriend.c773 if (frnd->clear.frnd == prev_friend) { in find_clear()
785 k_work_reschedule(&frnd->clear.timer, in friend_clear_sent()
786 K_SECONDS(frnd->clear.repeat_sec)); in friend_clear_sent()
787 frnd->clear.repeat_sec *= 2U; in friend_clear_sent()
799 .addr = frnd->clear.frnd, in send_friend_clear()
823 clear.timer); in clear_timeout()
826 if (frnd->clear.frnd == BT_MESH_ADDR_UNASSIGNED) { in clear_timeout()
831 BT_DBG("LPN 0x%04x (old) Friend 0x%04x", frnd->lpn, frnd->clear.frnd); in clear_timeout()
833 duration = k_uptime_get_32() - frnd->clear.start; in clear_timeout()
836 frnd->clear.frnd = BT_MESH_ADDR_UNASSIGNED; in clear_timeout()
[all …]
Dsubnet.c50 clear:1; /* 1 if key needs clearing, 0 if storing */ member
164 uint8_t clear = store ? 0U : 1U; in update_subnet_settings() local
170 update->clear = clear; in update_subnet_settings()
187 free_slot->clear = clear; in update_subnet_settings()
835 if (update->clear) { in bt_mesh_subnet_pending_store()
/Zephyr-Core-2.7.6/drivers/i2c/
Di2c_lpc11u6x.c200 uint32_t clear = LPC11U6X_I2C_CONTROL_SI; in lpc11u6x_i2c_isr() local
210 clear |= LPC11U6X_I2C_CONTROL_START; in lpc11u6x_i2c_isr()
250 clear |= LPC11U6X_I2C_CONTROL_AA; in lpc11u6x_i2c_isr()
262 clear |= LPC11U6X_I2C_CONTROL_AA; in lpc11u6x_i2c_isr()
270 clear |= LPC11U6X_I2C_CONTROL_AA; in lpc11u6x_i2c_isr()
290 clear |= LPC11U6X_I2C_CONTROL_AA; in lpc11u6x_i2c_isr()
296 clear |= LPC11U6X_I2C_CONTROL_AA; in lpc11u6x_i2c_isr()
320 i2c->con_clr = clear; in lpc11u6x_i2c_isr()
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/bsim_test_mesh/tests_scripts/persistence/
Dreprovisioning.sh14 persistence_reprovisioning_provisioner -- -argstest clear-settings=1
/Zephyr-Core-2.7.6/samples/subsys/display/cfb_shell/
DREADME.rst40 clear :[none]
133 **clear**: clear the display screen.
139 uart:~$ cfb clear
/Zephyr-Core-2.7.6/subsys/net/ip/
Dnbr.h96 void (*const clear)(struct net_nbr_table *table); member
112 .clear = _clear, \
Dnbr.c203 if (table->clear) { in net_nbr_clear_table()
204 table->clear(table); in net_nbr_clear_table()
/Zephyr-Core-2.7.6/samples/subsys/fs/littlefs/
DKconfig7 bool "Option to clear the flash area before mounting"
/Zephyr-Core-2.7.6/drivers/display/
Dgrove_lcd_rgb.c146 uint8_t clear[] = { 0, GLCD_CMD_SCREEN_CLEAR }; in glcd_clear() local
148 i2c_write(dev->i2c, clear, sizeof(clear), rom->lcd_addr); in glcd_clear()
/Zephyr-Core-2.7.6/soc/xtensa/intel_adsp/common/
Dsoc_mp.c337 CAVS_INTCTRL[cpu_num].l2.clear = CAVS_L2_IDC; in arch_start_cpu()
454 CAVS_INTCTRL[core].l2.clear = CAVS_L2_IDC; in soc_idc_init()
494 CAVS_INTCTRL[id].l2.clear = CAVS_L2_IDC; in soc_relaunch_cpu()
/Zephyr-Core-2.7.6/samples/boards/google_kukui/
DREADME.rst31 clear flash gpio help history i2c resize shell
/Zephyr-Core-2.7.6/drivers/sensor/ccs811/
Dccs811.h90 uint8_t clear);
Dccs811.c378 uint8_t clear) in ccs811_mutate_meas_mode() argument
382 uint8_t mode = set | (drv_data->mode & ~clear); in ccs811_mutate_meas_mode()
388 if ((set | clear) & ~(CCS811_MODE_DATARDY | CCS811_MODE_THRESH)) { in ccs811_mutate_meas_mode()
/Zephyr-Core-2.7.6/soc/xtensa/intel_adsp/common/include/
Dcavs-idc.h107 uint32_t set, clear, mask, status; member
/Zephyr-Core-2.7.6/subsys/debug/coredump/
Dcoredump_backend_logging.c158 SHELL_CMD(clear, NULL, "Clear Coredump error",
/Zephyr-Core-2.7.6/doc/
D404.rst44 <div style='clear:both'></div>
/Zephyr-Core-2.7.6/subsys/demand_paging/eviction/
DKconfig21 A periodic timer will clear the accessed state of all virtual pages.
/Zephyr-Core-2.7.6/samples/subsys/usb/mass/
DKconfig8 bool "Option to clear the flash area before mounting"
/Zephyr-Core-2.7.6/drivers/edac/
Dshell.c392 SHELL_CMD(clear, NULL, "Clear ECC errors", cmd_ecc_error_clear),
447 SHELL_CMD(clear, NULL, "Clear Parity errors", cmd_parity_error_clear),

123