Lines Matching full:match
81 the opposite) when a compare match occurs. To start this mode, call
126 (+) CompareMatchCallback : Compare match Callback.
127 (+) AutoReloadMatchCallback : Auto-reload match Callback.
646 /* Enable Autoreload match interrupt */ in HAL_LPTIM_PWM_Start_IT()
649 /* Enable Compare match interrupt */ in HAL_LPTIM_PWM_Start_IT()
699 /* Disable Autoreload match interrupt */ in HAL_LPTIM_PWM_Stop_IT()
702 /* Disable Compare match interrupt */ in HAL_LPTIM_PWM_Stop_IT()
869 /* Enable Autoreload match interrupt */ in HAL_LPTIM_OnePulse_Start_IT()
872 /* Enable Compare match interrupt */ in HAL_LPTIM_OnePulse_Start_IT()
923 /* Disable Autoreload match interrupt */ in HAL_LPTIM_OnePulse_Stop_IT()
926 /* Disable Compare match interrupt */ in HAL_LPTIM_OnePulse_Stop_IT()
1093 /* Enable Autoreload match interrupt */ in HAL_LPTIM_SetOnce_Start_IT()
1096 /* Enable Compare match interrupt */ in HAL_LPTIM_SetOnce_Start_IT()
1146 /* Disable Autoreload match interrupt */ in HAL_LPTIM_SetOnce_Stop_IT()
1149 /* Disable Compare match interrupt */ in HAL_LPTIM_SetOnce_Stop_IT()
1528 /* Enable Compare match interrupt */ in HAL_LPTIM_TimeOut_Start_IT()
1572 /* Disable Compare match interrupt */ in HAL_LPTIM_TimeOut_Stop_IT()
1716 /* Enable Autoreload match interrupt */ in HAL_LPTIM_Counter_Start_IT()
1760 /* Disable Autoreload match interrupt */ in HAL_LPTIM_Counter_Stop_IT()
1841 (+) Compare match Callback
1842 (+) Auto-reload match Callback
1860 /* Compare match interrupt */ in HAL_LPTIM_IRQHandler()
1865 /* Clear Compare match flag */ in HAL_LPTIM_IRQHandler()
1868 /* Compare match Callback */ in HAL_LPTIM_IRQHandler()
1877 /* Autoreload match interrupt */ in HAL_LPTIM_IRQHandler()
1882 /* Clear Autoreload match flag */ in HAL_LPTIM_IRQHandler()
1885 /* Autoreload match Callback */ in HAL_LPTIM_IRQHandler()
1981 * @brief Compare match callback in non-blocking mode.
1996 * @brief Autoreload match callback in non-blocking mode.
2093 * @arg @ref HAL_LPTIM_COMPARE_MATCH_CB_ID Compare match Callback ID
2094 * @arg @ref HAL_LPTIM_AUTORELOAD_MATCH_CB_ID Auto-reload match Callback ID
2195 * @arg @ref HAL_LPTIM_COMPARE_MATCH_CB_ID Compare match Callback ID
2196 * @arg @ref HAL_LPTIM_AUTORELOAD_MATCH_CB_ID Auto-reload match Callback ID
2224 /* Legacy weak Compare match Callback */ in HAL_LPTIM_UnRegisterCallback()
2229 /* Legacy weak Auto-reload match Callback */ in HAL_LPTIM_UnRegisterCallback()