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.
662 /* Enable Autoreload match interrupt */ in HAL_LPTIM_PWM_Start_IT()
665 /* Enable Compare match interrupt */ in HAL_LPTIM_PWM_Start_IT()
723 /* Disable Autoreload match interrupt */ in HAL_LPTIM_PWM_Stop_IT()
726 /* Disable Compare match interrupt */ in HAL_LPTIM_PWM_Stop_IT()
901 /* Enable Autoreload match interrupt */ in HAL_LPTIM_OnePulse_Start_IT()
904 /* Enable Compare match interrupt */ in HAL_LPTIM_OnePulse_Start_IT()
963 /* Disable Autoreload match interrupt */ in HAL_LPTIM_OnePulse_Stop_IT()
966 /* Disable Compare match interrupt */ in HAL_LPTIM_OnePulse_Stop_IT()
1141 /* Enable Autoreload match interrupt */ in HAL_LPTIM_SetOnce_Start_IT()
1144 /* Enable Compare match interrupt */ in HAL_LPTIM_SetOnce_Start_IT()
1194 /* Disable Autoreload match interrupt */ in HAL_LPTIM_SetOnce_Stop_IT()
1197 /* Disable Compare match interrupt */ in HAL_LPTIM_SetOnce_Stop_IT()
1576 /* Enable Compare match interrupt */ in HAL_LPTIM_TimeOut_Start_IT()
1620 /* Disable Compare match interrupt */ in HAL_LPTIM_TimeOut_Stop_IT()
1764 /* Enable Autoreload match interrupt */ in HAL_LPTIM_Counter_Start_IT()
1816 /* Disable Autoreload match interrupt */ in HAL_LPTIM_Counter_Stop_IT()
1905 (+) Compare match Callback
1906 (+) Auto-reload match Callback
1924 /* Compare match interrupt */ in HAL_LPTIM_IRQHandler()
1929 /* Clear Compare match flag */ in HAL_LPTIM_IRQHandler()
1932 /* Compare match Callback */ in HAL_LPTIM_IRQHandler()
1941 /* Autoreload match interrupt */ in HAL_LPTIM_IRQHandler()
1946 /* Clear Autoreload match flag */ in HAL_LPTIM_IRQHandler()
1949 /* Autoreload match Callback */ in HAL_LPTIM_IRQHandler()
2082 * @brief Compare match callback in non-blocking mode.
2097 * @brief Autoreload match callback in non-blocking mode.
2226 * @arg @ref HAL_LPTIM_COMPARE_MATCH_CB_ID Compare match Callback ID
2227 * @arg @ref HAL_LPTIM_AUTORELOAD_MATCH_CB_ID Auto-reload match Callback ID
2340 * @arg @ref HAL_LPTIM_COMPARE_MATCH_CB_ID Compare match Callback ID
2341 * @arg @ref HAL_LPTIM_AUTORELOAD_MATCH_CB_ID Auto-reload match Callback ID
2371 /* Legacy weak Compare match Callback */ in HAL_LPTIM_UnRegisterCallback()
2376 /* Legacy weak Auto-reload match Callback */ in HAL_LPTIM_UnRegisterCallback()