| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/ |
| A D | apm32e10x_tmr.h | 611 void TMR_ConfigOC1Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast); 612 void TMR_ConfigOC2Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast); 613 void TMR_ConfigOC3Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast); 614 void TMR_ConfigOC4Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast);
|
| /bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/ |
| A D | apm32f0xx_tmr.h | 662 void TMR_OC1FastConfit(TMR_T* TMRx, TMR_OCFAST_T OCFast); 663 void TMR_OC2FastConfit(TMR_T* TMRx, TMR_OCFAST_T OCFast); 664 void TMR_OC3FastConfit(TMR_T* TMRx, TMR_OCFAST_T OCFast); 665 void TMR_OC4FastConfit(TMR_T* TMRx, TMR_OCFAST_T OCFast);
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/ |
| A D | apm32f10x_tmr.h | 610 void TMR_ConfigOC1Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast); 611 void TMR_ConfigOC2Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast); 612 void TMR_ConfigOC3Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast); 613 void TMR_ConfigOC4Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast);
|
| /bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/ |
| A D | apm32f4xx_tmr.h | 614 void TMR_ConfigOC1Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast); 615 void TMR_ConfigOC2Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast); 616 void TMR_ConfigOC3Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast); 617 void TMR_ConfigOC4Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast);
|
| /bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/ |
| A D | apm32s10x_tmr.h | 611 void TMR_ConfigOC1Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast); 612 void TMR_ConfigOC2Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast); 613 void TMR_ConfigOC3Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast); 614 void TMR_ConfigOC4Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast);
|
| /bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/ |
| A D | apm32f0xx_tmr.c | 1011 void TMR_OC1FastConfit(TMR_T* TMRx, TMR_OCFAST_T OCFast) in TMR_OC1FastConfit() argument 1013 TMRx->CCM1_OUTPUT_B.OC1FEN = OCFast; in TMR_OC1FastConfit() 1029 void TMR_OC2FastConfit(TMR_T* TMRx, TMR_OCFAST_T OCFast) in TMR_OC2FastConfit() argument 1031 TMRx->CCM1_OUTPUT_B.OC2FEN = OCFast; in TMR_OC2FastConfit() 1047 void TMR_OC3FastConfit(TMR_T* TMRx, TMR_OCFAST_T OCFast) in TMR_OC3FastConfit() argument 1049 TMRx->CCM2_OUTPUT_B.OC3FEN = OCFast; in TMR_OC3FastConfit() 1065 void TMR_OC4FastConfit(TMR_T* TMRx, TMR_OCFAST_T OCFast) in TMR_OC4FastConfit() argument 1067 TMRx->CCM2_OUTPUT_B.OC4FEN = OCFast; in TMR_OC4FastConfit()
|
| /bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/src/ |
| A D | apm32s10x_tmr.c | 1031 void TMR_ConfigOC1Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast) in TMR_ConfigOC1Fast() argument 1033 tmr->CCM1_COMPARE_B.OC1FEN = OCFast; in TMR_ConfigOC1Fast() 1048 void TMR_ConfigOC2Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast) in TMR_ConfigOC2Fast() argument 1050 tmr->CCM1_COMPARE_B.OC2FEN = OCFast; in TMR_ConfigOC2Fast() 1065 void TMR_ConfigOC3Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast) in TMR_ConfigOC3Fast() argument 1067 tmr->CCM2_COMPARE_B.OC3FEN = OCFast; in TMR_ConfigOC3Fast() 1082 void TMR_ConfigOC4Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast) in TMR_ConfigOC4Fast() argument 1084 tmr->CCM2_COMPARE_B.OC4FEN = OCFast; in TMR_ConfigOC4Fast()
|
| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/ |
| A D | apm32e10x_tmr.c | 1048 void TMR_ConfigOC1Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast) in TMR_ConfigOC1Fast() argument 1050 tmr->CCM1_COMPARE_B.OC1FEN = OCFast; in TMR_ConfigOC1Fast() 1064 void TMR_ConfigOC2Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast) in TMR_ConfigOC2Fast() argument 1066 tmr->CCM1_COMPARE_B.OC2FEN = OCFast; in TMR_ConfigOC2Fast() 1080 void TMR_ConfigOC3Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast) in TMR_ConfigOC3Fast() argument 1082 tmr->CCM2_COMPARE_B.OC3FEN = OCFast; in TMR_ConfigOC3Fast() 1096 void TMR_ConfigOC4Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast) in TMR_ConfigOC4Fast() argument 1098 tmr->CCM2_COMPARE_B.OC4FEN = OCFast; in TMR_ConfigOC4Fast()
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/ |
| A D | apm32f10x_tmr.c | 1062 void TMR_ConfigOC1Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast) in TMR_ConfigOC1Fast() argument 1064 tmr->CCM1_COMPARE_B.OC1FEN = OCFast; in TMR_ConfigOC1Fast() 1078 void TMR_ConfigOC2Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast) in TMR_ConfigOC2Fast() argument 1080 tmr->CCM1_COMPARE_B.OC2FEN = OCFast; in TMR_ConfigOC2Fast() 1094 void TMR_ConfigOC3Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast) in TMR_ConfigOC3Fast() argument 1096 tmr->CCM2_COMPARE_B.OC3FEN = OCFast; in TMR_ConfigOC3Fast() 1110 void TMR_ConfigOC4Fast(TMR_T* tmr, TMR_OC_FAST_T OCFast) in TMR_ConfigOC4Fast() argument 1112 tmr->CCM2_COMPARE_B.OC4FEN = OCFast; in TMR_ConfigOC4Fast()
|
| /bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/ |
| A D | apm32f4xx_tmr.c | 800 void TMR_ConfigOC1Fast(TMR_T *tmr, TMR_OC_FAST_T OCFast) in TMR_ConfigOC1Fast() argument 802 tmr->CCM1_COMPARE_B.OC1FEN = OCFast; in TMR_ConfigOC1Fast() 817 void TMR_ConfigOC2Fast(TMR_T *tmr, TMR_OC_FAST_T OCFast) in TMR_ConfigOC2Fast() argument 819 tmr->CCM1_COMPARE_B.OC2FEN = OCFast; in TMR_ConfigOC2Fast() 834 void TMR_ConfigOC3Fast(TMR_T *tmr, TMR_OC_FAST_T OCFast) in TMR_ConfigOC3Fast() argument 836 tmr->CCM2_COMPARE_B.OC3FEN = OCFast; in TMR_ConfigOC3Fast() 851 void TMR_ConfigOC4Fast(TMR_T *tmr, TMR_OC_FAST_T OCFast) in TMR_ConfigOC4Fast() argument 853 tmr->CCM2_COMPARE_B.OC4FEN = OCFast; in TMR_ConfigOC4Fast()
|