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()
1475 /* Enable Compare match interrupt */ in HAL_LPTIM_TimeOut_Start_IT()
1519 /* Disable Compare match interrupt */ in HAL_LPTIM_TimeOut_Stop_IT()
1663 /* Enable Autoreload match interrupt */ in HAL_LPTIM_Counter_Start_IT()
1707 /* Disable Autoreload match interrupt */ in HAL_LPTIM_Counter_Stop_IT()
1788 (+) Compare match Callback
1789 (+) Auto-reload match Callback
1807 /* Compare match interrupt */ in HAL_LPTIM_IRQHandler()
1812 /* Clear Compare match flag */ in HAL_LPTIM_IRQHandler()
1815 /* Compare match Callback */ in HAL_LPTIM_IRQHandler()
1824 /* Autoreload match interrupt */ in HAL_LPTIM_IRQHandler()
1829 /* Clear Autoreload match flag */ in HAL_LPTIM_IRQHandler()
1832 /* Autoreload match Callback */ in HAL_LPTIM_IRQHandler()
1928 * @brief Compare match callback in non-blocking mode.
1943 * @brief Autoreload match callback in non-blocking mode.
2040 * @arg @ref HAL_LPTIM_COMPARE_MATCH_CB_ID Compare match Callback ID
2041 * @arg @ref HAL_LPTIM_AUTORELOAD_MATCH_CB_ID Auto-reload match Callback ID
2142 * @arg @ref HAL_LPTIM_COMPARE_MATCH_CB_ID Compare match Callback ID
2143 * @arg @ref HAL_LPTIM_AUTORELOAD_MATCH_CB_ID Auto-reload match Callback ID
2171 /* Legacy weak Compare match Callback */ in HAL_LPTIM_UnRegisterCallback()
2176 /* Legacy weak Auto-reload match Callback */ in HAL_LPTIM_UnRegisterCallback()