Function stm32f4xx::flash::tests::test_set_flash_latency

source ยท
pub fn test_set_flash_latency<FlashChipSpecific: FlashChipSpecificTrait<FlashLatency = FlashLatency16>>(
    flash: &Flash<FlashChipSpecific>,
)
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!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~