Home
last modified time | relevance | path

Searched refs:u32ClkSrcSel (Results 1 – 22 of 22) sorted by relevance

/hal_nuvoton-latest/m46x/StdDriver/src/
Di2s.c34 uint32_t u32Freq = 0UL, u32ClkSrcSel; in I2S_GetSourceClockFreq() local
39 u32ClkSrcSel = CLK->CLKSEL3 & CLK_CLKSEL3_I2S0SEL_Msk; in I2S_GetSourceClockFreq()
41 switch(u32ClkSrcSel) in I2S_GetSourceClockFreq()
75 u32ClkSrcSel = CLK->CLKSEL2 & CLK_CLKSEL2_I2S1SEL_Msk; in I2S_GetSourceClockFreq()
77 switch(u32ClkSrcSel) in I2S_GetSourceClockFreq()
Dtimer.c411 …TIMER_EnableCaptureInputNoiseFilter(TIMER_T *timer, uint32_t u32FilterCount, uint32_t u32ClkSrcSel) in TIMER_EnableCaptureInputNoiseFilter() argument
414 …R_CAPNF_CAPNFEN_Msk | (u32FilterCount << TIMER_CAPNF_CAPNFCNT_Pos) | (u32ClkSrcSel << TIMER_CAPNF_… in TIMER_EnableCaptureInputNoiseFilter()
Dtimer_pwm.c376 …inDebounce(TIMER_T *timer, uint32_t u32BrakePinSrc, uint32_t u32DebounceCnt, uint32_t u32ClkSrcSel) in TPWM_EnableBrakePinDebounce() argument
381 (u32ClkSrcSel << TIMER_PWMBNF_BRKNFSEL_Pos) | TIMER_PWMBNF_BRKNFEN_Msk; in TPWM_EnableBrakePinDebounce()
Dbpwm.c712 void BPWM_SetClockSource(BPWM_T *bpwm, uint32_t u32ChannelNum, uint32_t u32ClkSrcSel) in BPWM_SetClockSource() argument
715 (bpwm)->CLKSRC = (u32ClkSrcSel); in BPWM_SetClockSource()
Depwm.c1359 void EPWM_SetClockSource(EPWM_T *epwm, uint32_t u32ChannelNum, uint32_t u32ClkSrcSel) in EPWM_SetClockSource() argument
1362 (u32ClkSrcSel << ((u32ChannelNum >> 1U) << 3U)); in EPWM_SetClockSource()
/hal_nuvoton-latest/m48x/StdDriver/src/
Di2s.c34 uint32_t u32Freq, u32ClkSrcSel; in I2S_GetSourceClockFreq() local
37 u32ClkSrcSel = CLK->CLKSEL3 & CLK_CLKSEL3_I2S0SEL_Msk; in I2S_GetSourceClockFreq()
39 switch (u32ClkSrcSel) in I2S_GetSourceClockFreq()
Dtimer_pwm.c375 …inDebounce(TIMER_T *timer, uint32_t u32BrakePinSrc, uint32_t u32DebounceCnt, uint32_t u32ClkSrcSel) in TPWM_EnableBrakePinDebounce() argument
380 (u32ClkSrcSel << TIMER_PWMBNF_BRKNFSEL_Pos) | TIMER_PWMBNF_BRKNFEN_Msk; in TPWM_EnableBrakePinDebounce()
Dbpwm.c701 void BPWM_SetClockSource(BPWM_T *bpwm, uint32_t u32ChannelNum, uint32_t u32ClkSrcSel) in BPWM_SetClockSource() argument
703 (bpwm)->CLKSRC = (u32ClkSrcSel); in BPWM_SetClockSource()
Depwm.c1309 void EPWM_SetClockSource(EPWM_T *epwm, uint32_t u32ChannelNum, uint32_t u32ClkSrcSel) in EPWM_SetClockSource() argument
1312 (u32ClkSrcSel << ((u32ChannelNum >> 1U) << 3U)); in EPWM_SetClockSource()
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dlptmr.c396 …LPTMR_EnableCaptureInputNoiseFilter(LPTMR_T *lptmr, uint32_t u32FilterCount, uint32_t u32ClkSrcSel) in LPTMR_EnableCaptureInputNoiseFilter() argument
399 …R_CAPNF_CAPNFEN_Msk | (u32FilterCount << LPTMR_CAPNF_CAPNFCNT_Pos) | (u32ClkSrcSel << LPTMR_CAPNF_… in LPTMR_EnableCaptureInputNoiseFilter()
Dpwm.c932 void PWM_SetClockSource(PWM_T *pwm, uint32_t u32ChannelNum, uint32_t u32ClkSrcSel) in PWM_SetClockSource() argument
935 (u32ClkSrcSel << ((u32ChannelNum >> 1) << 3)); in PWM_SetClockSource()
Depwm.c1361 void EPWM_SetClockSource(EPWM_T *epwm, uint32_t u32ChannelNum, uint32_t u32ClkSrcSel) in EPWM_SetClockSource() argument
1364 (u32ClkSrcSel << ((u32ChannelNum >> 1U) << 3U)); in EPWM_SetClockSource()
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dbpwm.h344 void BPWM_SetClockSource(BPWM_T *bpwm, uint32_t u32ChannelNum, uint32_t u32ClkSrcSel);
Dtimer.h526 …IMER_EnableCaptureInputNoiseFilter(TIMER_T *timer, uint32_t u32FilterCount, uint32_t u32ClkSrcSel);
Dtimer_pwm.h755 …nDebounce(TIMER_T *timer, uint32_t u32BrakePinSrc, uint32_t u32DebounceCnt, uint32_t u32ClkSrcSel);
Depwm.h619 void EPWM_SetClockSource(EPWM_T *epwm, uint32_t u32ChannelNum, uint32_t u32ClkSrcSel);
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dbpwm.h344 void BPWM_SetClockSource(BPWM_T *bpwm, uint32_t u32ChannelNum, uint32_t u32ClkSrcSel);
Dtimer_pwm.h729 …nDebounce(TIMER_T *timer, uint32_t u32BrakePinSrc, uint32_t u32DebounceCnt, uint32_t u32ClkSrcSel);
Depwm.h601 void EPWM_SetClockSource(EPWM_T *epwm, uint32_t u32ChannelNum, uint32_t u32ClkSrcSel);
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dlptmr.h584 …PTMR_EnableCaptureInputNoiseFilter(LPTMR_T *lptmr, uint32_t u32FilterCount, uint32_t u32ClkSrcSel);
Dpwm.h579 void PWM_SetClockSource(PWM_T *pwm, uint32_t u32ChannelNum, uint32_t u32ClkSrcSel);
Depwm.h611 void EPWM_SetClockSource(EPWM_T *epwm, uint32_t u32ChannelNum, uint32_t u32ClkSrcSel);