Home
last modified time | relevance | path

Searched defs:__FPLL__ (Results 1 – 1 of 1) sorted by relevance

/bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/inc/
A Dtae32f53xx_ll_fpll.h55 #define __LL_FPLL_En(__FPLL__) SET_BIT((__FPLL__)->FCR, FPLL_EN_Msk) argument
62 #define __LL_FPLL_Dis(__FPLL__) CLEAR_BIT((__FPLL__)->FCR, FPLL_EN_Msk) argument
69 #define __LL_FPLL_Start(__FPLL__) SET_BIT((__FPLL__)->FCR, FPLL_START_Msk) argument
78 #define __LL_FPLL_DivInt_Set(__FPLL__, integer) \ argument
87 #define __LL_FPLL_DivFrac_Set(__FPLL__, frac) \ argument

Completed in 6 milliseconds