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.
607 /* Enable Autoreload match interrupt */ in HAL_LPTIM_PWM_Start_IT()
610 /* Enable Compare match interrupt */ in HAL_LPTIM_PWM_Start_IT()
660 /* Disable Autoreload match interrupt */ in HAL_LPTIM_PWM_Stop_IT()
663 /* Disable Compare match interrupt */ in HAL_LPTIM_PWM_Stop_IT()
830 /* Enable Autoreload match interrupt */ in HAL_LPTIM_OnePulse_Start_IT()
833 /* Enable Compare match interrupt */ in HAL_LPTIM_OnePulse_Start_IT()
884 /* Disable Autoreload match interrupt */ in HAL_LPTIM_OnePulse_Stop_IT()
887 /* Disable Compare match interrupt */ in HAL_LPTIM_OnePulse_Stop_IT()
1054 /* Enable Autoreload match interrupt */ in HAL_LPTIM_SetOnce_Start_IT()
1057 /* Enable Compare match interrupt */ in HAL_LPTIM_SetOnce_Start_IT()
1107 /* Disable Autoreload match interrupt */ in HAL_LPTIM_SetOnce_Stop_IT()
1110 /* Disable Compare match interrupt */ in HAL_LPTIM_SetOnce_Stop_IT()
1489 /* Enable Compare match interrupt */ in HAL_LPTIM_TimeOut_Start_IT()
1533 /* Disable Compare match interrupt */ in HAL_LPTIM_TimeOut_Stop_IT()
1677 /* Enable Autoreload match interrupt */ in HAL_LPTIM_Counter_Start_IT()
1721 /* Disable Autoreload match interrupt */ in HAL_LPTIM_Counter_Stop_IT()
1802 (+) Compare match Callback
1803 (+) Auto-reload match Callback
1821 /* Compare match interrupt */ in HAL_LPTIM_IRQHandler()
1826 /* Clear Compare match flag */ in HAL_LPTIM_IRQHandler()
1829 /* Compare match Callback */ in HAL_LPTIM_IRQHandler()
1838 /* Autoreload match interrupt */ in HAL_LPTIM_IRQHandler()
1843 /* Clear Autoreload match flag */ in HAL_LPTIM_IRQHandler()
1846 /* Autoreload match Callback */ in HAL_LPTIM_IRQHandler()
1942 * @brief Compare match callback in non-blocking mode.
1957 * @brief Autoreload match callback in non-blocking mode.
2054 * @arg @ref HAL_LPTIM_COMPARE_MATCH_CB_ID Compare match Callback ID
2055 * @arg @ref HAL_LPTIM_AUTORELOAD_MATCH_CB_ID Auto-reload match Callback ID
2156 * @arg @ref HAL_LPTIM_COMPARE_MATCH_CB_ID Compare match Callback ID
2157 * @arg @ref HAL_LPTIM_AUTORELOAD_MATCH_CB_ID Auto-reload match Callback ID
2185 /* Legacy weak Compare match Callback */ in HAL_LPTIM_UnRegisterCallback()
2190 /* Legacy weak Auto-reload match Callback */ in HAL_LPTIM_UnRegisterCallback()