Home
last modified time | relevance | path

Searched refs:FLASH_OTP_BASE (Results 1 – 25 of 80) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash.h764 #define IS_FLASH_OTP_ADDRESS(ADDRESS) (((ADDRESS) >= FLASH_OTP_BASE) …
765 ((ADDRESS) < (FLASH_OTP_BASE + FLASH_OTP_SIZE)))
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_flash.h964 …ne IS_FLASH_OTP_ADDRESS(ADDRESS) (((ADDRESS) >= FLASH_OTP_BASE) && ((ADDRESS) < (FLASH_OTP_BA…
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_flash.h989 #define IS_FLASH_OTP_ADDRESS(ADDRESS) (((ADDRESS) >= FLASH_OTP_BASE)\
990 && ((ADDRESS) < (FLASH_OTP_BASE + FLASH_OTP_SIZE)))
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_flash_ex.h371 (((ADDRESS) >= FLASH_OTP_BASE) && ((ADDRESS) <= FLASH_OTP_END)))
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_flash_ex.h605 (((ADDRESS) >= FLASH_OTP_BASE) && ((ADDRESS) <= FLASH_OTP_END)))
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_flash_ex.h968 (((ADDRESS) >= FLASH_OTP_BASE) && ((ADDRESS) <= FLASH_OTP_END)))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c1980 pData->Address = FLASH_OTP_BASE + ((addr_reg - FLASH_ADDRESS_OFFSET_OTP) * 4U); in HAL_FLASHEx_GetEccInfo()
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f410cx.h567 #define FLASH_OTP_BASE 0x1FFF7800UL /*!< Base address of : (up to 528 Bytes) embedded FLASH … macro
Dstm32f410rx.h567 #define FLASH_OTP_BASE 0x1FFF7800UL /*!< Base address of : (up to 528 Bytes) embedded FLASH … macro
Dstm32f410tx.h564 #define FLASH_OTP_BASE 0x1FFF7800UL /*!< Base address of : (up to 528 Bytes) embedded FLASH … macro
Dstm32f401xc.h642 #define FLASH_OTP_BASE 0x1FFF7800UL /*!< Base address of : (up to 528 Bytes) embedded FLASH … macro
Dstm32f401xe.h642 #define FLASH_OTP_BASE 0x1FFF7800UL /*!< Base address of : (up to 528 Bytes) embedded FLASH … macro
Dstm32f411xe.h643 #define FLASH_OTP_BASE 0x1FFF7800UL /*!< Base address of : (up to 528 Bytes) embedded FLASH … macro
Dstm32f405xx.h822 #define FLASH_OTP_BASE 0x1FFF7800UL /*!< Base address of : (up to 528 Bytes) embedded FLASH … macro
Dstm32f412cx.h800 #define FLASH_OTP_BASE 0x1FFF7800UL /*!< Base address of : (up to 528 Bytes) embedded FLASH … macro
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h905 #define FLASH_OTP_BASE (SYSTEM_FLASH_BASE_NS + 0x00008000UL) macro
/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dstm32u031xx.h735 #define FLASH_OTP_BASE (0x1FFF6800UL) /*!< FLASH OTP (one-time programmable) ba… macro
Dstm32u083xx.h838 #define FLASH_OTP_BASE (0x1FFF6800UL) /*!< FLASH OTP (one-time programmable) ba… macro
Dstm32u073xx.h804 #define FLASH_OTP_BASE (0x1FFF6800UL) /*!< FLASH OTP (one-time programmable) ba… macro
/hal_stm32-latest/stm32cube/stm32f2xx/soc/
Dstm32f215xx.h875 #define FLASH_OTP_BASE 0x1FFF7800UL /*!< Base address of : (up to 528 Bytes) embedded FLASH … macro
Dstm32f205xx.h829 #define FLASH_OTP_BASE 0x1FFF7800UL /*!< Base address of : (up to 528 Bytes) embedded FLASH … macro
Dstm32f207xx.h925 #define FLASH_OTP_BASE 0x1FFF7800UL /*!< Base address of : (up to 528 Bytes) embedded FLASH … macro
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h1287 #define FLASH_OTP_BASE (0x08FFF000UL) /*!< FLASH OTP (one-time programmable) base address … macro
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f723xx.h944 #define FLASH_OTP_BASE 0x1FF07800UL /*!< Base address of : (up to 528 Bytes) embedded FLASH… macro
Dstm32f722xx.h930 #define FLASH_OTP_BASE 0x1FF07800UL /*!< Base address of : (up to 528 Bytes) embedded FLASH… macro

1234