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()
1477 /* Enable Compare match interrupt */ in HAL_LPTIM_TimeOut_Start_IT()
1523 /* Disable Compare match interrupt */ in HAL_LPTIM_TimeOut_Stop_IT()
1669 /* Enable Autoreload match interrupt */ in HAL_LPTIM_Counter_Start_IT()
1715 /* Disable Autoreload match interrupt */ in HAL_LPTIM_Counter_Stop_IT()
1796 (+) Compare match Callback
1797 (+) Auto-reload match Callback
1815 /* Compare match interrupt */ in HAL_LPTIM_IRQHandler()
1820 /* Clear Compare match flag */ in HAL_LPTIM_IRQHandler()
1823 /* Compare match Callback */ in HAL_LPTIM_IRQHandler()
1832 /* Autoreload match interrupt */ in HAL_LPTIM_IRQHandler()
1837 /* Clear Autoreload match flag */ in HAL_LPTIM_IRQHandler()
1840 /* Autoreload match Callback */ in HAL_LPTIM_IRQHandler()
1937 * @brief Compare match callback in non-blocking mode.
1952 * @brief Autoreload match callback in non-blocking mode.
2049 * @arg @ref HAL_LPTIM_COMPARE_MATCH_CB_ID Compare match Callback ID
2050 * @arg @ref HAL_LPTIM_AUTORELOAD_MATCH_CB_ID Auto-reload match Callback ID
2151 * @arg @ref HAL_LPTIM_COMPARE_MATCH_CB_ID Compare match Callback ID
2152 * @arg @ref HAL_LPTIM_AUTORELOAD_MATCH_CB_ID Auto-reload match Callback ID
2180 /* Legacy weak Compare match Callback */ in HAL_LPTIM_UnRegisterCallback()
2185 /* Legacy weak Auto-reload match Callback */ in HAL_LPTIM_UnRegisterCallback()