/Zephyr-latest/tests/subsys/dfu/mcuboot/src/ |
D | main.c | 69 uint32_t readout[ARRAY_SIZE(expectation)]; in ZTEST() local 81 &readout, sizeof(readout)); in ZTEST() 84 zassert(memcmp(expectation, readout, sizeof(expectation)) == 0, in ZTEST() 93 &readout, sizeof(readout)); in ZTEST() 96 zassert(memcmp(&expectation[2], &readout[2], sizeof(expectation) - in ZTEST() 99 zassert_equal(1, readout[0] & 0xff, "confirmation error"); in ZTEST() 105 uint32_t readout[ARRAY_SIZE(img_magic)]; in ZTEST() local 123 &readout, sizeof(img_magic)); in ZTEST() 126 if (memcmp(img_magic, readout, sizeof(img_magic)) != 0) { in ZTEST() 139 ret = flash_area_read(fa, fa->fa_size - 24, readout, in ZTEST() [all …]
|
/Zephyr-latest/tests/subsys/dfu/mcuboot_multi/src/ |
D | main.c | 48 uint32_t readout[ARRAY_SIZE(expectation)]; in _test_request_upgrade_n() local 61 &readout, sizeof(readout)); in _test_request_upgrade_n() 65 zassert_true(memcmp(&expectation[2], &readout[2], in _test_request_upgrade_n() 70 zassert_equal(1, readout[0] & 0xff, "confirmation error"); in _test_request_upgrade_n() 72 zassert_true(memcmp(expectation, readout, in _test_request_upgrade_n() 86 uint32_t readout[ARRAY_SIZE(img_magic)]; in _test_write_confirm_n() local 100 &readout, sizeof(img_magic)); in _test_write_confirm_n() 103 if (memcmp(img_magic, readout, sizeof(img_magic)) != 0) { in _test_write_confirm_n() 116 ret = flash_area_read(fa, fa->fa_size - 24, readout, in _test_write_confirm_n() 117 sizeof(readout[0])); in _test_write_confirm_n() [all …]
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.stm32 | 52 bool "Extended operation for flash readout protection control" 59 Enables flash extended operation for enabling/disabling flash readout 63 bool "Allow disabling readout protection" 67 With this option enabled it will be possible to disable readout 71 bool "Allow enabling readout protection permanently" 75 With this option enabled it will be possible to enable readout
|
/Zephyr-latest/subsys/settings/src/ |
D | settings_line.c | 126 uint16_t readout; in settings_next_line_ctx() local 133 rc = settings_line_raw_read(0, (char *)&readout, sizeof(readout), in settings_next_line_ctx() 136 if (len_read != sizeof(readout)) { in settings_next_line_ctx() 141 entry_ctx->seek += sizeof(readout); in settings_next_line_ctx() 142 entry_ctx->len = readout; in settings_next_line_ctx()
|
/Zephyr-latest/samples/boards/espressif/flash_encryption/ |
D | README.rst | 11 in place on the first boot. As a result, physical readout of flash will not be sufficient to 20 readout of encrypted flash contents. 24 Recommended for manufacturing and production to prevent physical readout of encrypted flash
|
/Zephyr-latest/samples/subsys/testsuite/pytest/shell/ |
D | README.rst | 65 DEBUG: #: readout fails. It must be executed after each terminal width change
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | read_and_decode.rst | 74 Polling a temperature sensor and printing its readout is likely the simplest
|
/Zephyr-latest/boards/dragino/lsn50/doc/ |
D | index.rst | 53 - Up to 192 KB Flash, 2 banks read-while-write, proprietary code readout protection
|
/Zephyr-latest/boards/dragino/nbsn95/doc/ |
D | index.rst | 52 - Up to 192 KB Flash, 2 banks read-while-write, proprietary code readout protection
|
/Zephyr-latest/boards/alientek/pandora_stm32l475/doc/ |
D | index.rst | 61 - Up to 1 MB Flash, 2 banks read-while-write, proprietary code readout protection
|
/Zephyr-latest/boards/blues/swan_r5/doc/ |
D | index.rst | 69 - 2-Mbyte Flash, 2 banks read-while-write, proprietary code readout protection
|
/Zephyr-latest/boards/st/nucleo_l432kc/doc/ |
D | index.rst | 55 - Up to 256 KB single bank Flash, proprietary code readout protection
|
/Zephyr-latest/boards/st/nucleo_l433rc_p/doc/ |
D | index.rst | 55 - Up to 256 KB single bank Flash, proprietary code readout protection
|
/Zephyr-latest/boards/st/stm32l476g_disco/doc/ |
D | index.rst | 71 - Up to 1 MB Flash, 2 banks read-while-write, proprietary code readout protection
|
/Zephyr-latest/boards/st/b_l072z_lrwan1/doc/ |
D | index.rst | 83 - Up to 192 KB Flash, 2 banks read-while-write, proprietary code readout protection
|
/Zephyr-latest/boards/st/b_l4s5i_iot01a/doc/ |
D | index.rst | 68 - Up to 2 MB Flash, 2 banks read-while-write, proprietary code readout protection
|
/Zephyr-latest/boards/st/nucleo_g431rb/doc/ |
D | index.rst | 54 - Up to 128 KB single bank Flash, proprietary code readout protection
|
/Zephyr-latest/boards/st/nucleo_g474re/doc/ |
D | index.rst | 54 - Up to 128 KB single bank Flash, proprietary code readout protection
|
/Zephyr-latest/boards/st/nucleo_l452re/doc/ |
D | index.rst | 65 - Up to 512 KB single bank Flash, proprietary code readout protection
|
/Zephyr-latest/boards/st/nucleo_l476rg/doc/ |
D | index.rst | 60 - Up to 1 MB Flash, 2 banks read-while-write, proprietary code readout protection
|
/Zephyr-latest/boards/st/nucleo_l496zg/doc/ |
D | index.rst | 62 - Up to 1 MB Flash, 2 banks read-while-write, proprietary code readout protection
|
/Zephyr-latest/boards/st/nucleo_l4a6zg/doc/ |
D | index.rst | 62 - Up to 1 MB Flash, 2 banks read-while-write, proprietary code readout protection
|
/Zephyr-latest/boards/st/nucleo_l4r5zi/doc/ |
D | index.rst | 74 - 2-Mbyte Flash, 2 banks read-while-write, proprietary code readout protection
|
/Zephyr-latest/boards/st/disco_l475_iot1/doc/ |
D | index.rst | 64 - Up to 1 MB Flash, 2 banks read-while-write, proprietary code readout protection
|
/Zephyr-latest/boards/st/stm32l496g_disco/doc/ |
D | index.rst | 78 - Up to 1 MB Flash, 2 banks read-while-write, proprietary code readout protection
|