Function test_prescalers
Source pub fn test_prescalers<ChipSpecs>(clocks: &Clocks<'_, ChipSpecs>)
Expand description
Test for the AHB and APB prescalers
§Usage
First, import the clock module:
ⓘuse stm32f429zi::clocks;
Then run the test:
ⓘclocks::test::test_prescalers(&peripherals.stm32f4.clocks);