Searched refs:TMR_ICConfig_T (Results 1 – 10 of 10) sorted by relevance
| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/ |
| A D | apm32e10x_tmr.h | 543 } TMR_ICConfig_T; typedef 558 void TMR_ConfigIC(TMR_T* tmr, TMR_ICConfig_T *ICConfig); 562 void TMR_ConfigICStructInit(TMR_ICConfig_T *ICConfig); 570 void TMR_ConfigPWM(TMR_T* tmr, TMR_ICConfig_T *PWMConfig);
|
| /bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/ |
| A D | apm32f0xx_tmr.h | 597 } TMR_ICConfig_T; typedef 687 void TMR_ICConfig(TMR_T* TMRx, TMR_ICConfig_T* ICconfigstruct); 688 void TMR_ICConfigStructInit(TMR_ICConfig_T* ICconfigstruct); 690 void TMR_PWMConfig(TMR_T* TMRx, TMR_ICConfig_T* ICconfigstruct);
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/ |
| A D | apm32f10x_tmr.h | 542 } TMR_ICConfig_T; typedef 557 void TMR_ConfigIC(TMR_T* tmr, TMR_ICConfig_T* ICConfig); 561 void TMR_ConfigICStructInit(TMR_ICConfig_T* ICConfig); 569 void TMR_ConfigPWM(TMR_T* tmr, TMR_ICConfig_T* PWMConfig);
|
| /bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/ |
| A D | apm32f4xx_tmr.h | 553 } TMR_ICConfig_T; typedef 635 void TMR_ConfigIC(TMR_T* tmr, TMR_ICConfig_T* ICConfig); 636 void TMR_ConfigICStructInit(TMR_ICConfig_T* ICConfig); 637 void TMR_ConfigPWM(TMR_T* tmr, TMR_ICConfig_T* PWMConfig);
|
| /bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/ |
| A D | apm32s10x_tmr.h | 543 } TMR_ICConfig_T; typedef 558 void TMR_ConfigIC(TMR_T* tmr, TMR_ICConfig_T* ICConfig); 562 void TMR_ConfigICStructInit(TMR_ICConfig_T* ICConfig); 570 void TMR_ConfigPWM(TMR_T* tmr, TMR_ICConfig_T* PWMConfig);
|
| /bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/ |
| A D | apm32f0xx_tmr.c | 1527 void TMR_ICConfig(TMR_T* TMRx, TMR_ICConfig_T* ICconfigstruct) in TMR_ICConfig() 1562 void TMR_ICConfigStructInit(TMR_ICConfig_T* ICconfigstruct) in TMR_ICConfigStructInit() 1582 void TMR_PWMConfig(TMR_T* TMRx, TMR_ICConfig_T* ICconfigstruct) in TMR_PWMConfig()
|
| /bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/src/ |
| A D | apm32s10x_tmr.c | 252 void TMR_ConfigIC(TMR_T* tmr, TMR_ICConfig_T* ICConfig) in TMR_ConfigIC() 338 void TMR_ConfigICStructInit(TMR_ICConfig_T* ICConfig) in TMR_ConfigICStructInit() 398 void TMR_ConfigPWM(TMR_T* tmr, TMR_ICConfig_T* PWMConfig) in TMR_ConfigPWM()
|
| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/ |
| A D | apm32e10x_tmr.c | 280 void TMR_ConfigIC(TMR_T* tmr, TMR_ICConfig_T* ICConfig) in TMR_ConfigIC() 366 void TMR_ConfigICStructInit(TMR_ICConfig_T* ICConfig) in TMR_ConfigICStructInit() 426 void TMR_ConfigPWM(TMR_T* tmr, TMR_ICConfig_T* PWMConfig) in TMR_ConfigPWM()
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/ |
| A D | apm32f10x_tmr.c | 279 void TMR_ConfigIC(TMR_T* tmr, TMR_ICConfig_T* ICConfig) in TMR_ConfigIC() 365 void TMR_ConfigICStructInit(TMR_ICConfig_T* ICConfig) in TMR_ConfigICStructInit() 442 void TMR_ConfigPWM(TMR_T* tmr, TMR_ICConfig_T* PWMConfig) in TMR_ConfigPWM()
|
| /bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/ |
| A D | apm32f4xx_tmr.c | 1178 void TMR_ConfigIC(TMR_T *tmr, TMR_ICConfig_T *ICConfig) in TMR_ConfigIC() 1209 void TMR_ConfigICStructInit(TMR_ICConfig_T *ICConfig) in TMR_ConfigICStructInit() 1227 void TMR_ConfigPWM(TMR_T *tmr, TMR_ICConfig_T *PWMConfig) in TMR_ConfigPWM()
|
Completed in 47 milliseconds