Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_flash.c183 assert_param(IS_ADDR_ALIGNED_64BITS(Address)); in HAL_FLASH_Program()
247 assert_param(IS_ADDR_ALIGNED_64BITS(Address)); in HAL_FLASH_Program_IT()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_flash.c184 assert_param(IS_ADDR_ALIGNED_64BITS(Address)); in HAL_FLASH_Program()
252 assert_param(IS_ADDR_ALIGNED_64BITS(Address)); in HAL_FLASH_Program_IT()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_flash.h923 #define IS_ADDR_ALIGNED_64BITS(__VALUE__) (((__VALUE__) & 0x7U) == (0x00UL)) macro
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_flash.h911 #define IS_ADDR_ALIGNED_64BITS(__VALUE__) (((__VALUE__) & 0x7U) == (0x00UL)) macro