PDL for FM0+  Version1.0
Peripheral Driverl Library for FM0+
stc_clk_intern_data Struct Reference

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.

Detailed Description

Datatype for holding internal data needed for CLK.

Definition at line 299 of file clk.h.


Field Documentation

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().


The documentation for this struct was generated from the following file: