![]() |
PDL for FM0+
Version1.0
Peripheral Driverl Library for FM0+
|
Datatype for holding internal data needed for CLK. More...
#include <clk.h>
Data Fields | |
func_ptr_t | pfnPllStabCb |
PLL stabilization callback function pointer. | |
func_ptr_t | pfnScoStabCb |
Sub Clock stabilization callback function pointer. | |
func_ptr_t | pfnMcoStabCb |
Main Clock stabilization callback function pointer. |
Main Clock stabilization callback function pointer.
Definition at line 303 of file clk.h.
Referenced by Clk_Init(), and Clk_IrqHandler().
PLL stabilization callback function pointer.
Definition at line 301 of file clk.h.
Referenced by Clk_Init(), and Clk_IrqHandler().
Sub Clock stabilization callback function pointer.
Definition at line 302 of file clk.h.
Referenced by Clk_Init(), and Clk_IrqHandler().