Function stm32f412g::flash::tests::test_set_flash_latency

source ยท
pub fn test_set_flash_latency<FlashChipSpecific>(
    flash: &Flash<FlashChipSpecific>,
)
where FlashChipSpecific: FlashChipSpecific<FlashLatency = FlashLatency16>,
Expand description

Test for the set_flash() method

If there is no error, the following output will be printed on the console:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Testing setting flash latency...
Finished testing setting flash latency. Everything is alright!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~