Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_flash_ex.c183 assert_param(IS_NBPAGES(pEraseInit->NbPages)); in HAL_FLASHEx_Erase()
241 assert_param(IS_NBPAGES(pEraseInit->NbPages)); in HAL_FLASHEx_Erase_IT()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_flash_ex.c202 assert_param(IS_NBPAGES(pEraseInit->NbPages)); in HAL_FLASHEx_Erase()
292 assert_param(IS_NBPAGES(pEraseInit->NbPages)); in HAL_FLASHEx_Erase_IT()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_flash_ex.h127 #define IS_NBPAGES(__PAGES__) (((__PAGES__) >= 1) && ((__PAGES__) <= FLASH_NBPAGES_MAX)) macro
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_flash_ex.h187 #define IS_NBPAGES(__PAGES__) (((__PAGES__) >= 1U) && ((__PAGES__) <= FLASH_NBPAGES_MAX)) macro