/Zephyr-latest/drivers/flash/ |
D | flash_stm32_ex_op.c | 92 bool permanent) in flash_stm32_ex_op_update_rdp() argument 106 if (!enable || !permanent) { in flash_stm32_ex_op_update_rdp() 114 if (permanent) { in flash_stm32_ex_op_update_rdp() 126 if (enable && permanent) { in flash_stm32_ex_op_update_rdp() 181 request->permanent); in flash_stm32_ex_op_rdp() 207 result->permanent = true; in flash_stm32_ex_op_rdp() 211 result->permanent = false; in flash_stm32_ex_op_rdp() 215 result->permanent = false; in flash_stm32_ex_op_rdp()
|
/Zephyr-latest/doc/_static/js/ |
D | dark-mode-toggle.min.mjs | 2 …permanent";const f="mode";const k="colorschemechange";const y="permanentcolorscheme";const v="all"…
|
/Zephyr-latest/include/zephyr/dfu/ |
D | mcuboot.h | 242 int boot_request_upgrade(int permanent); 256 int boot_request_upgrade_multi(int image_index, int permanent);
|
/Zephyr-latest/subsys/dfu/boot/ |
D | mcuboot.c | 200 int boot_request_upgrade(int permanent) in boot_request_upgrade() argument 205 rc = boot_set_pending(permanent); in boot_request_upgrade() 213 int boot_request_upgrade_multi(int image_index, int permanent) in boot_request_upgrade_multi() argument 217 rc = boot_set_pending_multi(image_index, permanent); in boot_request_upgrade_multi()
|
D | mcuboot_shell.c | 135 int permanent = 0; in cmd_mcuboot_request_upgrade() local 140 permanent = 1; in cmd_mcuboot_request_upgrade() 147 err = boot_request_upgrade(permanent); in cmd_mcuboot_request_upgrade()
|
/Zephyr-latest/include/zephyr/drivers/flash/ |
D | stm32_flash_api_extensions.h | 81 bool permanent; member
|
/Zephyr-latest/subsys/usb/device/class/dfu/ |
D | Kconfig | 58 bool "Mark slot 1 as permanent after download" 60 When enabled the image written to slot 1 will be marked as permanent.
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/include/mgmt/mcumgr/grp/img_mgmt/ |
D | img_mgmt_priv.h | 41 int img_mgmt_write_pending(int slot, bool permanent);
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/img_mgmt/ |
D | img_mgmt_client.h | 38 bool permanent: 1; member
|
D | img_mgmt.h | 325 int img_mgmt_state_set_pending(int slot, int permanent);
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/ |
D | img_gr_stub.c | 132 ZCBOR_ENCODE_FLAG(zse, "permanent", image_dummy_info[i].flags.permanent) && in img_read_response() 203 image_dummy_info[1].flags.permanent = true; in img_state_write_verify() 305 image_dummy_info[i].flags.permanent = false; in img_gr_stub_data_init()
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/ |
D | img_mgmt_client.c | 54 bool bootable, pending, confirmed, active, permanent, ok; in image_state_res_fn() local 67 ZCBOR_MAP_DECODE_KEY_DECODER("permanent", zcbor_bool_decode, &permanent) in image_state_res_fn() 111 permanent = false; in image_state_res_fn() 159 image_info->image_list[image_info->image_list_length].flags.permanent = in image_state_res_fn() 160 permanent; in image_state_res_fn()
|
/Zephyr-latest/boards/infineon/cy8ckit_062s4/doc/ |
D | index.rst | 92 …mmands. There are multiple ways of doing this. The example below uses a permanent CMake argument t… 99 # Run west config once to set permanent CMake argument 112 # Run west config once to set permanent CMake argument
|
/Zephyr-latest/boards/infineon/cy8cproto_063_ble/doc/ |
D | index.rst | 104 …mmands. There are multiple ways of doing this. The example below uses a permanent CMake argument t… 111 # Run west config once to set permanent CMake argument 124 # Run west config once to set permanent CMake argument
|
/Zephyr-latest/include/zephyr/mgmt/ |
D | osdp.h | 125 struct osdp_cmd_led_params permanent; member
|
/Zephyr-latest/samples/subsys/usb/dfu/ |
D | README.rst | 116 To mark SLOT-1 as permanent after the download completes, 127 Both symbols can be enabled with the :file:`overlay-permanent-download.conf` overlay. For example: 133 -DEXTRA_CONF_FILE=overlay-permanent-download.conf
|
/Zephyr-latest/boards/infineon/cy8ckit_062s2_ai/doc/ |
D | index.rst | 116 The example below uses a permanent CMake argument to set the CMake variable ``OPENOCD``. 123 # Run west config once to set permanent CMake argument 136 # Run west config once to set permanent CMake argument
|
/Zephyr-latest/ |
D | CODE_OF_CONDUCT.md | 97 like social media. Violating these terms may lead to a temporary or permanent 109 Violating these terms may lead to a permanent ban. 117 **Consequence**: A permanent ban from any sort of public interaction within the
|
/Zephyr-latest/boards/infineon/cyw920829m2evk_02/doc/ |
D | index.rst | 108 …mmands. There are multiple ways of doing this. The example below uses a permanent CMake argument t… 115 # Run west config once to set permanent CMake argument 128 # Run west config once to set permanent CMake argument
|
/Zephyr-latest/boards/infineon/cy8cproto_062_4343w/doc/ |
D | index.rst | 120 …mmands. There are multiple ways of doing this. The example below uses a permanent CMake argument t… 127 # Run west config once to set permanent CMake argument 140 # Run west config once to set permanent CMake argument
|
/Zephyr-latest/subsys/mgmt/osdp/src/ |
D | osdp_pd.c | 371 cmd.led.permanent.control_code = buf[pos++]; in pd_decode_command() 372 cmd.led.permanent.on_count = buf[pos++]; in pd_decode_command() 373 cmd.led.permanent.off_count = buf[pos++]; in pd_decode_command() 374 cmd.led.permanent.on_color = buf[pos++]; in pd_decode_command() 375 cmd.led.permanent.off_color = buf[pos++]; in pd_decode_command()
|
D | osdp_cp.c | 221 buf[len++] = cmd->led.permanent.control_code; in cp_build_command() 222 buf[len++] = cmd->led.permanent.on_count; in cp_build_command() 223 buf[len++] = cmd->led.permanent.off_count; in cp_build_command() 224 buf[len++] = cmd->led.permanent.on_color; in cp_build_command() 225 buf[len++] = cmd->led.permanent.off_color; in cp_build_command()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | health_srv.rst | 22 permanent damage to the device.
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/ |
D | zephyr_img_mgmt.c | 315 int img_mgmt_write_pending(int slot, bool permanent) in img_mgmt_write_pending() argument 323 rc = boot_request_upgrade_multi(img_mgmt_slot_to_image(slot), permanent); in img_mgmt_write_pending()
|
/Zephyr-latest/tests/drivers/flash/stm32/src/ |
D | main.c | 178 zassert_false(rdp_status.permanent, "RDP is enabled permanently"); in ZTEST()
|