Lines Matching full:match
78 the opposite) when a compare match occurs. To start this mode, call
123 (+) CompareMatchCallback : Compare match Callback.
124 (+) AutoReloadMatchCallback : Auto-reload match Callback.
618 /* Enable Autoreload match interrupt */ in HAL_LPTIM_PWM_Start_IT()
621 /* Enable Compare match interrupt */ in HAL_LPTIM_PWM_Start_IT()
671 /* Disable Autoreload match interrupt */ in HAL_LPTIM_PWM_Stop_IT()
674 /* Disable Compare match interrupt */ in HAL_LPTIM_PWM_Stop_IT()
841 /* Enable Autoreload match interrupt */ in HAL_LPTIM_OnePulse_Start_IT()
844 /* Enable Compare match interrupt */ in HAL_LPTIM_OnePulse_Start_IT()
894 /* Disable Autoreload match interrupt */ in HAL_LPTIM_OnePulse_Stop_IT()
897 /* Disable Compare match interrupt */ in HAL_LPTIM_OnePulse_Stop_IT()
1064 /* Enable Autoreload match interrupt */ in HAL_LPTIM_SetOnce_Start_IT()
1067 /* Enable Compare match interrupt */ in HAL_LPTIM_SetOnce_Start_IT()
1117 /* Disable Autoreload match interrupt */ in HAL_LPTIM_SetOnce_Stop_IT()
1120 /* Disable Compare match interrupt */ in HAL_LPTIM_SetOnce_Stop_IT()
1496 /* Enable Compare match interrupt */ in HAL_LPTIM_TimeOut_Start_IT()
1536 /* Disable Compare match interrupt */ in HAL_LPTIM_TimeOut_Stop_IT()
1677 /* Enable Autoreload match interrupt */ in HAL_LPTIM_Counter_Start_IT()
1717 /* Disable Autoreload match interrupt */ in HAL_LPTIM_Counter_Stop_IT()
1798 (+) Compare match Callback
1799 (+) Auto-reload match Callback
1817 /* Compare match interrupt */ in HAL_LPTIM_IRQHandler()
1822 /* Clear Compare match flag */ in HAL_LPTIM_IRQHandler()
1825 /* Compare match Callback */ in HAL_LPTIM_IRQHandler()
1834 /* Autoreload match interrupt */ in HAL_LPTIM_IRQHandler()
1839 /* Clear Autoreload match flag */ in HAL_LPTIM_IRQHandler()
1842 /* Autoreload match Callback */ in HAL_LPTIM_IRQHandler()
1938 * @brief Compare match callback in non-blocking mode.
1953 * @brief Autoreload match callback in non-blocking mode.
2050 * @arg @ref HAL_LPTIM_COMPARE_MATCH_CB_ID Compare match Callback ID
2051 * @arg @ref HAL_LPTIM_AUTORELOAD_MATCH_CB_ID Auto-reload match Callback ID
2158 * @arg @ref HAL_LPTIM_COMPARE_MATCH_CB_ID Compare match Callback ID
2159 * @arg @ref HAL_LPTIM_AUTORELOAD_MATCH_CB_ID Auto-reload match Callback ID
2190 /* Legacy weak Compare match Callback */ in HAL_LPTIM_UnRegisterCallback()
2195 /* Legacy weak Auto-reload match Callback */ in HAL_LPTIM_UnRegisterCallback()