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.
633 /* Enable Autoreload match interrupt */ in HAL_LPTIM_PWM_Start_IT()
636 /* Enable Compare match interrupt */ in HAL_LPTIM_PWM_Start_IT()
686 /* Disable Autoreload match interrupt */ in HAL_LPTIM_PWM_Stop_IT()
689 /* Disable Compare match interrupt */ in HAL_LPTIM_PWM_Stop_IT()
856 /* Enable Autoreload match interrupt */ in HAL_LPTIM_OnePulse_Start_IT()
859 /* Enable Compare match interrupt */ in HAL_LPTIM_OnePulse_Start_IT()
910 /* Disable Autoreload match interrupt */ in HAL_LPTIM_OnePulse_Stop_IT()
913 /* Disable Compare match interrupt */ in HAL_LPTIM_OnePulse_Stop_IT()
1080 /* Enable Autoreload match interrupt */ in HAL_LPTIM_SetOnce_Start_IT()
1083 /* Enable Compare match interrupt */ in HAL_LPTIM_SetOnce_Start_IT()
1133 /* Disable Autoreload match interrupt */ in HAL_LPTIM_SetOnce_Stop_IT()
1136 /* Disable Compare match interrupt */ in HAL_LPTIM_SetOnce_Stop_IT()
1515 /* Enable Compare match interrupt */ in HAL_LPTIM_TimeOut_Start_IT()
1559 /* Disable Compare match interrupt */ in HAL_LPTIM_TimeOut_Stop_IT()
1703 /* Enable Autoreload match interrupt */ in HAL_LPTIM_Counter_Start_IT()
1747 /* Disable Autoreload match interrupt */ in HAL_LPTIM_Counter_Stop_IT()
1828 (+) Compare match Callback
1829 (+) Auto-reload match Callback
1847 /* Compare match interrupt */ in HAL_LPTIM_IRQHandler()
1852 /* Clear Compare match flag */ in HAL_LPTIM_IRQHandler()
1855 /* Compare match Callback */ in HAL_LPTIM_IRQHandler()
1864 /* Autoreload match interrupt */ in HAL_LPTIM_IRQHandler()
1869 /* Clear Autoreload match flag */ in HAL_LPTIM_IRQHandler()
1872 /* Autoreload match Callback */ in HAL_LPTIM_IRQHandler()
1968 * @brief Compare match callback in non-blocking mode.
1983 * @brief Autoreload match callback in non-blocking mode.
2080 * @arg @ref HAL_LPTIM_COMPARE_MATCH_CB_ID Compare match Callback ID
2081 * @arg @ref HAL_LPTIM_AUTORELOAD_MATCH_CB_ID Auto-reload match Callback ID
2182 * @arg @ref HAL_LPTIM_COMPARE_MATCH_CB_ID Compare match Callback ID
2183 * @arg @ref HAL_LPTIM_AUTORELOAD_MATCH_CB_ID Auto-reload match Callback ID
2211 /* Legacy weak Compare match Callback */ in HAL_LPTIM_UnRegisterCallback()
2216 /* Legacy weak Auto-reload match Callback */ in HAL_LPTIM_UnRegisterCallback()