|
libxr
1.0
Want to be the best embedded framework
|
闪存扇区描述 / Flash sector descriptor More...
#include <stm32_flash.hpp>
Data Fields | |
| uint32_t | address |
| 扇区起始地址 / Sector base address | |
| uint32_t | size |
| 扇区大小(字节) / Sector size in bytes | |
闪存扇区描述 / Flash sector descriptor
Definition at line 18 of file stm32_flash.hpp.
| uint32_t LibXR::FlashSector::address |
扇区起始地址 / Sector base address
扇区起始地址 / Sector start address
Definition at line 16 of file ch32_flash.hpp.
| uint32_t LibXR::FlashSector::size |
扇区大小(字节) / Sector size in bytes
Definition at line 17 of file ch32_flash.hpp.