/Zephyr-Core-2.7.6/.github/ISSUE_TEMPLATE/ |
D | enhancement.md | 11 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.
|
D | feature_request.md | 11 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.
|
D | bug_report.md | 11 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/ |
D | ecb.c | 57 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/ |
D | cdb.c | 34 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 …]
|
D | app_keys.c | 36 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()
|
D | friend.c | 773 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 …]
|
D | subnet.c | 50 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/ |
D | i2c_lpc11u6x.c | 200 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/ |
D | reprovisioning.sh | 14 persistence_reprovisioning_provisioner -- -argstest clear-settings=1
|
/Zephyr-Core-2.7.6/samples/subsys/display/cfb_shell/ |
D | README.rst | 40 clear :[none] 133 **clear**: clear the display screen. 139 uart:~$ cfb clear
|
/Zephyr-Core-2.7.6/subsys/net/ip/ |
D | nbr.h | 96 void (*const clear)(struct net_nbr_table *table); member 112 .clear = _clear, \
|
D | nbr.c | 203 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/ |
D | Kconfig | 7 bool "Option to clear the flash area before mounting"
|
/Zephyr-Core-2.7.6/drivers/display/ |
D | grove_lcd_rgb.c | 146 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/ |
D | soc_mp.c | 337 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/ |
D | README.rst | 31 clear flash gpio help history i2c resize shell
|
/Zephyr-Core-2.7.6/drivers/sensor/ccs811/ |
D | ccs811.h | 90 uint8_t clear);
|
D | ccs811.c | 378 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/ |
D | cavs-idc.h | 107 uint32_t set, clear, mask, status; member
|
/Zephyr-Core-2.7.6/subsys/debug/coredump/ |
D | coredump_backend_logging.c | 158 SHELL_CMD(clear, NULL, "Clear Coredump error",
|
/Zephyr-Core-2.7.6/doc/ |
D | 404.rst | 44 <div style='clear:both'></div>
|
/Zephyr-Core-2.7.6/subsys/demand_paging/eviction/ |
D | Kconfig | 21 A periodic timer will clear the accessed state of all virtual pages.
|
/Zephyr-Core-2.7.6/samples/subsys/usb/mass/ |
D | Kconfig | 8 bool "Option to clear the flash area before mounting"
|
/Zephyr-Core-2.7.6/drivers/edac/ |
D | shell.c | 392 SHELL_CMD(clear, NULL, "Clear ECC errors", cmd_ecc_error_clear), 447 SHELL_CMD(clear, NULL, "Clear Parity errors", cmd_parity_error_clear),
|