Function stm32wlxx_hal::info::flash_size_kibibyte
source · pub fn flash_size_kibibyte() -> u16
Expand description
Flash size in kibibytes
Example
use stm32wlxx_hal::info::flash_size_kibibyte;
// valid for the NUCLEO-WL55JC2 dev board
assert_eq!(flash_size_kibibyte(), 256);