libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
(USB) STM32 Clock Recovery Subsystem More...
Functions | |
void | crs_autotrim_usb_enable (void) |
This function enables automatic trimming of internal RC oscillator by USB SOF frames. More... | |
(USB) STM32 Clock Recovery Subsystem
LGPL License Terms libopencm3 License
void crs_autotrim_usb_enable | ( | void | ) |
This function enables automatic trimming of internal RC oscillator by USB SOF frames.
Definition at line 39 of file crs_common_all.c.
References CRS_CFGR, CRS_CFGR_SYNCSRC_USB_SOF, CRS_CR, CRS_CR_AUTOTRIMEN, CRS_CR_CEN, RCC_CRS, and rcc_periph_clock_enable().