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.
618 /* Enable Autoreload match interrupt */ in HAL_LPTIM_PWM_Start_IT()
621 /* Enable Compare match interrupt */ in HAL_LPTIM_PWM_Start_IT()
671 /* Disable Autoreload match interrupt */ in HAL_LPTIM_PWM_Stop_IT()
674 /* Disable Compare match interrupt */ in HAL_LPTIM_PWM_Stop_IT()
841 /* Enable Autoreload match interrupt */ in HAL_LPTIM_OnePulse_Start_IT()
844 /* Enable Compare match interrupt */ in HAL_LPTIM_OnePulse_Start_IT()
895 /* Disable Autoreload match interrupt */ in HAL_LPTIM_OnePulse_Stop_IT()
898 /* Disable Compare match interrupt */ in HAL_LPTIM_OnePulse_Stop_IT()
1065 /* Enable Autoreload match interrupt */ in HAL_LPTIM_SetOnce_Start_IT()
1068 /* Enable Compare match interrupt */ in HAL_LPTIM_SetOnce_Start_IT()
1118 /* Disable Autoreload match interrupt */ in HAL_LPTIM_SetOnce_Stop_IT()
1121 /* Disable Compare match interrupt */ in HAL_LPTIM_SetOnce_Stop_IT()
1497 /* Enable Compare match interrupt */ in HAL_LPTIM_TimeOut_Start_IT()
1537 /* Disable Compare match interrupt */ in HAL_LPTIM_TimeOut_Stop_IT()
1678 /* Enable Autoreload match interrupt */ in HAL_LPTIM_Counter_Start_IT()
1718 /* Disable Autoreload match interrupt */ in HAL_LPTIM_Counter_Stop_IT()
1799 (+) Compare match Callback
1800 (+) Auto-reload match Callback
1818 /* Compare match interrupt */ in HAL_LPTIM_IRQHandler()
1823 /* Clear Compare match flag */ in HAL_LPTIM_IRQHandler()
1826 /* Compare match Callback */ in HAL_LPTIM_IRQHandler()
1835 /* Autoreload match interrupt */ in HAL_LPTIM_IRQHandler()
1840 /* Clear Autoreload match flag */ in HAL_LPTIM_IRQHandler()
1843 /* Autoreload match Callback */ in HAL_LPTIM_IRQHandler()
1939 * @brief Compare match callback in non-blocking mode.
1954 * @brief Autoreload match callback in non-blocking mode.
2051 * @arg @ref HAL_LPTIM_COMPARE_MATCH_CB_ID Compare match Callback ID
2052 * @arg @ref HAL_LPTIM_AUTORELOAD_MATCH_CB_ID Auto-reload match Callback ID
2153 * @arg @ref HAL_LPTIM_COMPARE_MATCH_CB_ID Compare match Callback ID
2154 * @arg @ref HAL_LPTIM_AUTORELOAD_MATCH_CB_ID Auto-reload match Callback ID
2182 /* Legacy weak Compare match Callback */ in HAL_LPTIM_UnRegisterCallback()
2187 /* Legacy weak Auto-reload match Callback */ in HAL_LPTIM_UnRegisterCallback()