Home
last modified time | relevance | path

Searched +full:rdp1 +full:- +full:enable +full:- +full:byte (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/dts/bindings/flash_controller/
Dst,stm32-flash-controller.yaml3 compatible: "st,stm32-flash-controller"
5 include: flash-controller.yaml
8 st,rdp1-enable-byte:
12 This property provides a byte which should used to enable non-permanent
13 readout protection (RDP1). Actually, any byte except 0xAA and 0xCC
14 (which are used by RDP0 and RDP2 respectively) can be used to enable
15 RDP1 but in multi-image environment, some other image could check if
16 RDP1 is enabled by comparing it to some hardcoded value. The byte has to
/Zephyr-latest/drivers/flash/
Dflash_stm32.h6 * SPDX-License-Identifier: Apache-2.0
40 /* as flash node property 'write-block-size' */
54 /* flash sectore Nb [0-7] */
60 /* Differentiate between arm trust-zone non-secure/secure, and others. */
61 #if defined(FLASH_NSSR_NSBSY) || defined(FLASH_NSSR_BSY) /* For mcu w. TZ in non-secure mode */
69 * secured or non-secured mode
75 #define FLASH_STM32_PRIV(dev) ((struct flash_stm32_priv *)((dev)->data))
76 #define FLASH_STM32_REGS(dev) (FLASH_STM32_PRIV(dev)->regs)
156 /* STM32G0 HAL FLASH_FLAG_x don't represent bit-masks, need FLASH_SR_x instead */
260 #error RDP1 byte has to be different than RDP0 and RDP2 byte
[all …]