Home
last modified time | relevance | path

Searched refs:IS_FLASH_PROGRAM_OTP_ADDRESS (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_flash.h500 #define IS_FLASH_PROGRAM_OTP_ADDRESS(__VALUE__) (((__VALUE__) >= OTP_AREA_BASE) &&\ macro
504 (IS_FLASH_PROGRAM_OTP_ADDRESS(__VALUE__)))
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_flash_ex.c232 assert_param(IS_FLASH_PROGRAM_OTP_ADDRESS(Address)); in HAL_FLASHEx_OTPWrite()
264 assert_param(IS_FLASH_PROGRAM_OTP_ADDRESS(Address)); in HAL_FLASHEx_OTPWrite_IT()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_flash.h757 #define IS_FLASH_PROGRAM_OTP_ADDRESS(__ADDRESS__) (((__ADDRESS__) >= 0x1FFF7000U) && \ macro
761 (IS_FLASH_PROGRAM_OTP_ADDRESS(__ADDRESS__)))
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_flash.h759 #define IS_FLASH_PROGRAM_OTP_ADDRESS(__ADDRESS__) (((__ADDRESS__) >= 0x1FFF7000U)\ macro
763 … || (IS_FLASH_PROGRAM_OTP_ADDRESS(__ADDRESS__)))
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_flash.h917 #define IS_FLASH_PROGRAM_OTP_ADDRESS(__VALUE__) (((__VALUE__) >= OTP_AREA_BASE) && ((__VALUE__)… macro
919 …E__) (IS_FLASH_PROGRAM_MAIN_MEM_ADDRESS(__VALUE__) || IS_FLASH_PROGRAM_OTP_ADDRESS(__VALUE…
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_flash.h942 #define IS_FLASH_PROGRAM_OTP_ADDRESS(__ADDRESS__) (((__ADDRESS__) >= 0x1FFF7000U)\ macro
946 … || (IS_FLASH_PROGRAM_OTP_ADDRESS(__ADDRESS__)))
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_flash.h903 #define IS_FLASH_PROGRAM_OTP_ADDRESS(__VALUE__) (((__VALUE__) >= OTP_AREA_BASE) &&\ macro
907 IS_FLASH_PROGRAM_OTP_ADDRESS(__VALUE__))