Searched refs:TMR_IC_POLARITY_RISING (Results 1 – 10 of 10) sorted by relevance
1565 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()
341 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()
369 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()
368 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()
1212 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()
156 TMR_IC_POLARITY_RISING = 0x00, enumerator
290 TMR_IC_POLARITY_RISING = 0x00, /*!< Rising edge */ enumerator
155 TMR_IC_POLARITY_RISING = 0x00, enumerator
222 TMR_IC_POLARITY_RISING = 0x00, /*!< Rising edge */ enumerator
Completed in 38 milliseconds