Home
last modified time | relevance | path

Searched refs:IS_OB_OTP_BLOCK (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_flash_ex.h239 #define IS_OB_OTP_BLOCK(VALUE) ((VALUE) <= 0xFFFFU) macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_flash_ex.c419 assert_param(IS_OB_OTP_BLOCK(OTPLBlock)); in HAL_FLASHEx_OTPLockConfig()