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.
656 /* Enable Autoreload match interrupt */ in HAL_LPTIM_PWM_Start_IT()
659 /* Enable Compare match interrupt */ in HAL_LPTIM_PWM_Start_IT()
715 /* Disable Autoreload match interrupt */ in HAL_LPTIM_PWM_Stop_IT()
718 /* Disable Compare match interrupt */ in HAL_LPTIM_PWM_Stop_IT()
891 /* Enable Autoreload match interrupt */ in HAL_LPTIM_OnePulse_Start_IT()
894 /* Enable Compare match interrupt */ in HAL_LPTIM_OnePulse_Start_IT()
951 /* Disable Autoreload match interrupt */ in HAL_LPTIM_OnePulse_Stop_IT()
954 /* Disable Compare match interrupt */ in HAL_LPTIM_OnePulse_Stop_IT()
1127 /* Enable Autoreload match interrupt */ in HAL_LPTIM_SetOnce_Start_IT()
1130 /* Enable Compare match interrupt */ in HAL_LPTIM_SetOnce_Start_IT()
1180 /* Disable Autoreload match interrupt */ in HAL_LPTIM_SetOnce_Stop_IT()
1183 /* Disable Compare match interrupt */ in HAL_LPTIM_SetOnce_Stop_IT()
1562 /* Enable Compare match interrupt */ in HAL_LPTIM_TimeOut_Start_IT()
1606 /* Disable Compare match interrupt */ in HAL_LPTIM_TimeOut_Stop_IT()
1750 /* Enable Autoreload match interrupt */ in HAL_LPTIM_Counter_Start_IT()
1800 /* Disable Autoreload match interrupt */ in HAL_LPTIM_Counter_Stop_IT()
1887 (+) Compare match Callback
1888 (+) Auto-reload match Callback
1906 /* Compare match interrupt */ in HAL_LPTIM_IRQHandler()
1911 /* Clear Compare match flag */ in HAL_LPTIM_IRQHandler()
1914 /* Compare match Callback */ in HAL_LPTIM_IRQHandler()
1923 /* Autoreload match interrupt */ in HAL_LPTIM_IRQHandler()
1928 /* Clear Autoreload match flag */ in HAL_LPTIM_IRQHandler()
1931 /* Autoreload match Callback */ in HAL_LPTIM_IRQHandler()
2062 * @brief Compare match callback in non-blocking mode.
2077 * @brief Autoreload match callback in non-blocking mode.
2204 * @arg @ref HAL_LPTIM_COMPARE_MATCH_CB_ID Compare match Callback ID
2205 * @arg @ref HAL_LPTIM_AUTORELOAD_MATCH_CB_ID Auto-reload match Callback ID
2316 * @arg @ref HAL_LPTIM_COMPARE_MATCH_CB_ID Compare match Callback ID
2317 * @arg @ref HAL_LPTIM_AUTORELOAD_MATCH_CB_ID Auto-reload match Callback ID
2347 /* Legacy weak Compare match Callback */ in HAL_LPTIM_UnRegisterCallback()
2352 /* Legacy weak Auto-reload match Callback */ in HAL_LPTIM_UnRegisterCallback()