Home
last modified time | relevance | path

Searched refs:permanent (Results 1 – 25 of 36) sorted by relevance

12

/Zephyr-latest/drivers/flash/
Dflash_stm32_ex_op.c92 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/
Ddark-mode-toggle.min.mjs2permanent";const f="mode";const k="colorschemechange";const y="permanentcolorscheme";const v="all"…
/Zephyr-latest/include/zephyr/dfu/
Dmcuboot.h242 int boot_request_upgrade(int permanent);
256 int boot_request_upgrade_multi(int image_index, int permanent);
/Zephyr-latest/subsys/dfu/boot/
Dmcuboot.c200 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()
Dmcuboot_shell.c135 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/
Dstm32_flash_api_extensions.h81 bool permanent; member
/Zephyr-latest/subsys/usb/device/class/dfu/
DKconfig58 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/
Dimg_mgmt_priv.h41 int img_mgmt_write_pending(int slot, bool permanent);
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/img_mgmt/
Dimg_mgmt_client.h38 bool permanent: 1; member
Dimg_mgmt.h325 int img_mgmt_state_set_pending(int slot, int permanent);
/Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/
Dimg_gr_stub.c132 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/
Dimg_mgmt_client.c54 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/
Dindex.rst92 …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/
Dindex.rst104 …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/
Dosdp.h125 struct osdp_cmd_led_params permanent; member
/Zephyr-latest/samples/subsys/usb/dfu/
DREADME.rst116 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/
Dindex.rst116 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/
DCODE_OF_CONDUCT.md97 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/
Dindex.rst108 …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/
Dindex.rst120 …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/
Dosdp_pd.c371 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()
Dosdp_cp.c221 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/
Dhealth_srv.rst22 permanent damage to the device.
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dzephyr_img_mgmt.c315 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/
Dmain.c178 zassert_false(rdp_status.permanent, "RDP is enabled permanently"); in ZTEST()

12