Lines Matching full:match
75 the opposite) when a compare match occurs. To start this mode, call
120 (+) CompareMatchCallback : Compare match Callback.
121 (+) AutoReloadMatchCallback : Auto-reload match Callback.
593 /* Enable Autoreload match interrupt */ in HAL_LPTIM_PWM_Start_IT()
596 /* Enable Compare match interrupt */ in HAL_LPTIM_PWM_Start_IT()
646 /* Disable Autoreload match interrupt */ in HAL_LPTIM_PWM_Stop_IT()
649 /* Disable Compare match interrupt */ in HAL_LPTIM_PWM_Stop_IT()
816 /* Enable Autoreload match interrupt */ in HAL_LPTIM_OnePulse_Start_IT()
819 /* Enable Compare match interrupt */ in HAL_LPTIM_OnePulse_Start_IT()
870 /* Disable Autoreload match interrupt */ in HAL_LPTIM_OnePulse_Stop_IT()
873 /* Disable Compare match interrupt */ in HAL_LPTIM_OnePulse_Stop_IT()
1040 /* Enable Autoreload match interrupt */ in HAL_LPTIM_SetOnce_Start_IT()
1043 /* Enable Compare match interrupt */ in HAL_LPTIM_SetOnce_Start_IT()
1093 /* Disable Autoreload match interrupt */ in HAL_LPTIM_SetOnce_Stop_IT()
1096 /* Disable Compare match interrupt */ in HAL_LPTIM_SetOnce_Stop_IT()
1479 /* Enable Compare match interrupt */ in HAL_LPTIM_TimeOut_Start_IT()
1527 /* Disable Compare match interrupt */ in HAL_LPTIM_TimeOut_Stop_IT()
1675 /* Enable Autoreload match interrupt */ in HAL_LPTIM_Counter_Start_IT()
1723 /* Disable Autoreload match interrupt */ in HAL_LPTIM_Counter_Stop_IT()
1804 (+) Compare match Callback
1805 (+) Auto-reload match Callback
1823 /* Compare match interrupt */ in HAL_LPTIM_IRQHandler()
1828 /* Clear Compare match flag */ in HAL_LPTIM_IRQHandler()
1831 /* Compare match Callback */ in HAL_LPTIM_IRQHandler()
1840 /* Autoreload match interrupt */ in HAL_LPTIM_IRQHandler()
1845 /* Clear Autoreload match flag */ in HAL_LPTIM_IRQHandler()
1848 /* Autoreload match Callback */ in HAL_LPTIM_IRQHandler()
1947 * @brief Compare match callback in non-blocking mode.
1962 * @brief Autoreload match callback in non-blocking mode.
2059 * @arg @ref HAL_LPTIM_COMPARE_MATCH_CB_ID Compare match Callback ID
2060 * @arg @ref HAL_LPTIM_AUTORELOAD_MATCH_CB_ID Auto-reload match Callback ID
2161 * @arg @ref HAL_LPTIM_COMPARE_MATCH_CB_ID Compare match Callback ID
2162 * @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()