Home
last modified time | relevance | path

Searched refs:IS_OB_SEC_SIZE (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_flash_ex.c1221 assert_param(IS_OB_SEC_SIZE(SecSize)); in FLASH_OB_SecMemConfig()
1225 assert_param(IS_OB_SEC_SIZE(SecSize2)); in FLASH_OB_SecMemConfig()
1268 assert_param(IS_OB_SEC_SIZE(SecSize)); in FLASH_OB_SecMemConfig()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_flash.h797 #define IS_OB_SEC_SIZE(__VALUE__) ((__VALUE__) < (FLASH_PAGE_NB + 1U)) macro
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_flash_ex.c711 assert_param(IS_OB_SEC_SIZE(SecSize)); in FLASH_OB_SecMemConfig()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_flash.h1010 #define IS_OB_SEC_SIZE(__VALUE__) ((__VALUE__) < (FLASH_PAGE_NB + 1U)) macro