Home
last modified time | relevance | path

Searched refs:OCcongigStruct (Results 1 – 2 of 2) sorted by relevance

/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/
A Dapm32f0xx_tmr.c519 TMRx->CCEN_B.CC1POL = OCcongigStruct->OC_Polarity; in TMR_OC1Config()
544 TMRx->CC1 = OCcongigStruct->Pulse; in TMR_OC1Config()
570 TMRx->CCEN_B.CC2POL = OCcongigStruct->OC_Polarity; in TMR_OC2Config()
596 TMRx->CC2 = OCcongigStruct->Pulse; in TMR_OC2Config()
622 TMRx->CCEN_B.CC3POL = OCcongigStruct->OC_Polarity; in TMR_OC3Config()
648 TMRx->CC3 = OCcongigStruct->Pulse; in TMR_OC3Config()
674 TMRx->CCEN_B.CC4POL = OCcongigStruct->OC_Polarity; in TMR_OC4Config()
689 TMRx->CC4 = OCcongigStruct->Pulse; in TMR_OC4Config()
702 OCcongigStruct->OC_Mode = TMR_OC_MODE_TMRING; in TMR_OCConfigStructInit()
705 OCcongigStruct->Pulse = 0x0000; in TMR_OCConfigStructInit()
[all …]
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/
A Dapm32f0xx_tmr.h634 void TMR_OC1Config(TMR_T* TMRx, TMR_OCConfig_T* OCcongigStruct);
635 void TMR_OC2Config(TMR_T* TMRx, TMR_OCConfig_T* OCcongigStruct);
636 void TMR_OC3Config(TMR_T* TMRx, TMR_OCConfig_T* OCcongigStruct);
637 void TMR_OC4Config(TMR_T* TMRx, TMR_OCConfig_T* OCcongigStruct);
638 void TMR_OCConfigStructInit(TMR_OCConfig_T* OCcongigStruct);

Completed in 10 milliseconds