Home
last modified time | relevance | path

Searched defs:FLASH_PAGE_SIZE (Results 1 – 4 of 4) sorted by relevance

/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Inc/
H A Dstm32l0xx_hal_flash.h126 #define FLASH_PAGE_SIZE ((uint32_t)128U) /*!< FLASH Page Size in bytes */ macro
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_flash.h853 #define FLASH_PAGE_SIZE ((uint32_t)0x1000) macro
856 #define FLASH_PAGE_SIZE ((uint32_t)0x800) macro
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_flash.h853 #define FLASH_PAGE_SIZE ((uint32_t)0x1000) macro
856 #define FLASH_PAGE_SIZE ((uint32_t)0x800) macro
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/
H A Dstm32wbxx_hal_flash.h817 #define FLASH_PAGE_SIZE 0x00001000U /*!< FLASH Page Size, 4 KBytes */ macro