Nano100BN Series BSP  V3.03.002
The Board Support Package for Nano100BN Series
NuEdu-Basic01_ClkOut.h
Go to the documentation of this file.
1 /**************************************************************************/
12 #ifndef __NuEdu_Basic01_ClkOut_H__
13 #define __NuEdu_Basic01_ClkOut_H__
14 
15 #ifdef __cplusplus
16 extern "C"
17 {
18 #endif
19 
20 
33 void Open_CLK_OUT(uint32_t Clock_Source, uint32_t FRQDIV_FSEL);
34 void Close_CLK_OUT(void);
35 
36  /* end of group Nano130_Basic01_FUNCTIONS ClkOut Exported Functions */
38  /* end of group NuEdu-SDK-Nano130_Basic01 Nano130_Basic01 Library */
40  /* end of group NANO100_Library NANO100 Library */
42 
43 
44 #ifdef __cplusplus
45 }
46 #endif
47 
48 #endif //__NuEdu_Basic01_ClkOut_H__
49 
50 /*** (C) COPYRIGHT 2013-2014 Nuvoton Technology Corp. ***/
void Open_CLK_OUT(uint32_t Clock_Source, uint32_t FRQDIV_FSEL)
This function enable frequency divider module clock, enable frequency divider clock function and conf...
void Close_CLK_OUT(void)
This function disable frequency output function.