Chip-specific system clock management functions.
Copyright (c) 2011-2018 Microchip Technology Inc. and its subsidiaries.
Functions | |
void | sysclk_disable_usb_opt (void) |
Disable clock for the USB module. More... | |
void | sysclk_enable_usb_opt (uint8_t freq) |
Enable clock for the USB module. More... | |
void | sysclk_init_opt (void) |
void sysclk_disable_usb_opt | ( | void | ) |
Disable clock for the USB module.
References ccp_write_io().
void sysclk_enable_usb_opt | ( | uint8_t | freq | ) |
Enable clock for the USB module.
freq | The required USB clock frequency in MHz:
|
References Assert, ccp_write_io(), sysclk_enable_module(), SYSCLK_PORT_GEN, and SYSCLK_USB.
void sysclk_init_opt | ( | void | ) |