Home
last modified time | relevance | path

Searched refs:TMR_IC_POLARITY_RISING (Results 1 – 10 of 10) sorted by relevance

/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/
A Dapm32f0xx_tmr.c1565 ICconfigstruct->ICpolarity = TMR_IC_POLARITY_RISING; in TMR_ICConfigStructInit()
1584 uint16_t icpolarity = TMR_IC_POLARITY_RISING; in TMR_PWMConfig()
1588 if (ICconfigstruct->ICpolarity == TMR_IC_POLARITY_RISING) in TMR_PWMConfig()
1594 icpolarity = TMR_IC_POLARITY_RISING; in TMR_PWMConfig()
/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/src/
A Dapm32s10x_tmr.c341 ICConfig->polarity = TMR_IC_POLARITY_RISING; in TMR_ConfigICStructInit()
400 uint16_t icpolarity = TMR_IC_POLARITY_RISING; in TMR_ConfigPWM()
403 if (PWMConfig->polarity == TMR_IC_POLARITY_RISING) in TMR_ConfigPWM()
409 icpolarity = TMR_IC_POLARITY_RISING; in TMR_ConfigPWM()
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/
A Dapm32e10x_tmr.c369 ICConfig->polarity = TMR_IC_POLARITY_RISING; in TMR_ConfigICStructInit()
428 uint16_t icpolarity = TMR_IC_POLARITY_RISING; in TMR_ConfigPWM()
431 if (PWMConfig->polarity == TMR_IC_POLARITY_RISING) in TMR_ConfigPWM()
437 icpolarity = TMR_IC_POLARITY_RISING; in TMR_ConfigPWM()
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/
A Dapm32f10x_tmr.c368 ICConfig->polarity = TMR_IC_POLARITY_RISING; in TMR_ConfigICStructInit()
444 uint16_t icpolarity = TMR_IC_POLARITY_RISING; in TMR_ConfigPWM()
447 if (PWMConfig->polarity == TMR_IC_POLARITY_RISING) in TMR_ConfigPWM()
453 icpolarity = TMR_IC_POLARITY_RISING; in TMR_ConfigPWM()
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/
A Dapm32f4xx_tmr.c1212 ICConfig->polarity = TMR_IC_POLARITY_RISING; in TMR_ConfigICStructInit()
1229 uint16_t icpolarity = TMR_IC_POLARITY_RISING; in TMR_ConfigPWM()
1232 if (PWMConfig->polarity == TMR_IC_POLARITY_RISING) in TMR_ConfigPWM()
1238 icpolarity = TMR_IC_POLARITY_RISING; in TMR_ConfigPWM()
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/
A Dapm32e10x_tmr.h156 TMR_IC_POLARITY_RISING = 0x00, enumerator
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/
A Dapm32f0xx_tmr.h290 TMR_IC_POLARITY_RISING = 0x00, /*!< Rising edge */ enumerator
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/
A Dapm32f10x_tmr.h155 TMR_IC_POLARITY_RISING = 0x00, enumerator
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/
A Dapm32f4xx_tmr.h222 TMR_IC_POLARITY_RISING = 0x00, /*!< Rising edge */ enumerator
/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/
A Dapm32s10x_tmr.h156 TMR_IC_POLARITY_RISING = 0x00, enumerator

Completed in 38 milliseconds