STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | IS_TIM_CLEARINPUT_SOURCE(__MODE__) |
#define | IS_TIM_DMA_BASE(__BASE__) |
#define | IS_TIM_EVENT_SOURCE(__SOURCE__) |
#define | IS_TIM_COUNTER_MODE(__MODE__) |
#define | IS_TIM_CLOCKDIVISION_DIV(__DIV__) |
#define | IS_TIM_AUTORELOAD_PRELOAD(PRELOAD) |
#define | IS_TIM_FAST_STATE(__STATE__) |
#define | IS_TIM_OC_POLARITY(__POLARITY__) |
#define | IS_TIM_OCN_POLARITY(__POLARITY__) |
#define | IS_TIM_OCIDLE_STATE(__STATE__) |
#define | IS_TIM_OCNIDLE_STATE(__STATE__) |
#define | IS_TIM_ENCODERINPUT_POLARITY(__POLARITY__) |
#define | IS_TIM_IC_POLARITY(__POLARITY__) |
#define | IS_TIM_IC_SELECTION(__SELECTION__) |
#define | IS_TIM_IC_PRESCALER(__PRESCALER__) |
#define | IS_TIM_OPM_MODE(__MODE__) |
#define | IS_TIM_ENCODER_MODE(__MODE__) |
#define | IS_TIM_DMA_SOURCE(__SOURCE__) |
#define | IS_TIM_CHANNELS(__CHANNEL__) |
#define | IS_TIM_OPM_CHANNELS(__CHANNEL__) |
#define | IS_TIM_PERIOD(__HANDLE__, __PERIOD__) |
#define | IS_TIM_COMPLEMENTARY_CHANNELS(__CHANNEL__) |
#define | IS_TIM_CLOCKSOURCE(__CLOCK__) |
#define | IS_TIM_CLOCKPOLARITY(__POLARITY__) |
#define | IS_TIM_CLOCKPRESCALER(__PRESCALER__) |
#define | IS_TIM_CLOCKFILTER(__ICFILTER__) |
#define | IS_TIM_CLEARINPUT_POLARITY(__POLARITY__) |
#define | IS_TIM_CLEARINPUT_PRESCALER(__PRESCALER__) |
#define | IS_TIM_CLEARINPUT_FILTER(__ICFILTER__) |
#define | IS_TIM_OSSR_STATE(__STATE__) |
#define | IS_TIM_OSSI_STATE(__STATE__) |
#define | IS_TIM_LOCK_LEVEL(__LEVEL__) |
#define | IS_TIM_BREAK_FILTER(__BRKFILTER__) |
#define | IS_TIM_BREAK_STATE(__STATE__) |
#define | IS_TIM_BREAK_POLARITY(__POLARITY__) |
#define | IS_TIM_AUTOMATIC_OUTPUT_STATE(__STATE__) |
#define | IS_TIM_TRGO_SOURCE(__SOURCE__) |
#define | IS_TIM_MSM_STATE(__STATE__) |
#define | IS_TIM_SLAVE_MODE(__MODE__) |
#define | IS_TIM_PWM_MODE(__MODE__) |
#define | IS_TIM_OC_MODE(__MODE__) |
#define | IS_TIM_TRIGGER_SELECTION(__SELECTION__) |
#define | IS_TIM_INTERNAL_TRIGGEREVENT_SELECTION(__SELECTION__) |
#define | IS_TIM_TRIGGERPOLARITY(__POLARITY__) |
#define | IS_TIM_TRIGGERPRESCALER(__PRESCALER__) |
#define | IS_TIM_TRIGGERFILTER(__ICFILTER__) |
#define | IS_TIM_TI1SELECTION(__TI1SELECTION__) |
#define | IS_TIM_DMA_LENGTH(__LENGTH__) |
#define | IS_TIM_DMA_DATA_LENGTH(LENGTH) |
#define | IS_TIM_IC_FILTER(__ICFILTER__) |
#define | IS_TIM_DEADTIME(__DEADTIME__) |
#define | IS_TIM_SLAVEMODE_TRIGGER_ENABLED(__TRIGGER__) |
#define | TIM_SET_ICPRESCALERVALUE(__HANDLE__, __CHANNEL__, __ICPSC__) |
#define | TIM_RESET_ICPRESCALERVALUE(__HANDLE__, __CHANNEL__) |
#define | TIM_SET_CAPTUREPOLARITY(__HANDLE__, __CHANNEL__, __POLARITY__) |
#define | TIM_RESET_CAPTUREPOLARITY(__HANDLE__, __CHANNEL__) |
#define | TIM_CHANNEL_STATE_GET(__HANDLE__, __CHANNEL__) |
#define | TIM_CHANNEL_STATE_SET(__HANDLE__, __CHANNEL__, __CHANNEL_STATE__) |
#define | TIM_CHANNEL_STATE_SET_ALL(__HANDLE__, __CHANNEL_STATE__) |
#define | TIM_CHANNEL_N_STATE_GET(__HANDLE__, __CHANNEL__) |
#define | TIM_CHANNEL_N_STATE_SET(__HANDLE__, __CHANNEL__, __CHANNEL_STATE__) |
#define | TIM_CHANNEL_N_STATE_SET_ALL(__HANDLE__, __CHANNEL_STATE__) |
#define IS_TIM_CLEARINPUT_SOURCE | ( | __MODE__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1570 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_ConfigOCrefClear().
#define IS_TIM_DMA_BASE | ( | __BASE__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1573 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_DMABurst_MultiReadStart(), and HAL_TIM_DMABurst_MultiWriteStart().
#define IS_TIM_EVENT_SOURCE | ( | __SOURCE__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1592 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_GenerateEvent().
#define IS_TIM_COUNTER_MODE | ( | __MODE__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1594 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_Base_Init(), HAL_TIM_Encoder_Init(), HAL_TIM_IC_Init(), HAL_TIM_OC_Init(), HAL_TIM_OnePulse_Init(), HAL_TIM_PWM_Init(), and HAL_TIMEx_HallSensor_Init().
#define IS_TIM_CLOCKDIVISION_DIV | ( | __DIV__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1600 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_Base_Init(), HAL_TIM_Encoder_Init(), HAL_TIM_IC_Init(), HAL_TIM_OC_Init(), HAL_TIM_OnePulse_Init(), HAL_TIM_PWM_Init(), and HAL_TIMEx_HallSensor_Init().
#define IS_TIM_AUTORELOAD_PRELOAD | ( | PRELOAD | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1604 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_Base_Init(), HAL_TIM_Encoder_Init(), HAL_TIM_IC_Init(), HAL_TIM_OC_Init(), HAL_TIM_OnePulse_Init(), HAL_TIM_PWM_Init(), and HAL_TIMEx_HallSensor_Init().
#define IS_TIM_FAST_STATE | ( | __STATE__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1607 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_PWM_ConfigChannel().
#define IS_TIM_OC_POLARITY | ( | __POLARITY__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1610 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_OC_ConfigChannel(), and HAL_TIM_PWM_ConfigChannel().
#define IS_TIM_OCN_POLARITY | ( | __POLARITY__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1613 of file stm32f4xx_hal_tim.h.
Referenced by TIM_OC1_SetConfig(), TIM_OC2_SetConfig(), and TIM_OC3_SetConfig().
#define IS_TIM_OCIDLE_STATE | ( | __STATE__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1616 of file stm32f4xx_hal_tim.h.
Referenced by TIM_OC1_SetConfig(), TIM_OC2_SetConfig(), TIM_OC3_SetConfig(), and TIM_OC4_SetConfig().
#define IS_TIM_OCNIDLE_STATE | ( | __STATE__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1619 of file stm32f4xx_hal_tim.h.
Referenced by TIM_OC1_SetConfig(), TIM_OC2_SetConfig(), and TIM_OC3_SetConfig().
#define IS_TIM_ENCODERINPUT_POLARITY | ( | __POLARITY__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1622 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_Encoder_Init().
#define IS_TIM_IC_POLARITY | ( | __POLARITY__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1625 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_IC_ConfigChannel(), and HAL_TIMEx_HallSensor_Init().
#define IS_TIM_IC_SELECTION | ( | __SELECTION__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1629 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_Encoder_Init(), and HAL_TIM_IC_ConfigChannel().
#define IS_TIM_IC_PRESCALER | ( | __PRESCALER__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1633 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_Encoder_Init(), HAL_TIM_IC_ConfigChannel(), and HAL_TIMEx_HallSensor_Init().
#define IS_TIM_OPM_MODE | ( | __MODE__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1638 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_OnePulse_Init().
#define IS_TIM_ENCODER_MODE | ( | __MODE__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1641 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_Encoder_Init().
#define IS_TIM_DMA_SOURCE | ( | __SOURCE__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1645 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_DMABurst_MultiReadStart(), HAL_TIM_DMABurst_MultiWriteStart(), HAL_TIM_DMABurst_ReadStop(), and HAL_TIM_DMABurst_WriteStop().
#define IS_TIM_CHANNELS | ( | __CHANNEL__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1647 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_OC_ConfigChannel(), HAL_TIM_PWM_ConfigChannel(), and TIM_CCxChannelCmd().
#define IS_TIM_OPM_CHANNELS | ( | __CHANNEL__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1653 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_OnePulse_ConfigChannel().
#define IS_TIM_PERIOD | ( | __HANDLE__, | |
__PERIOD__ ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1656 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_Base_Init(), HAL_TIM_Encoder_Init(), HAL_TIM_IC_Init(), HAL_TIM_OC_Init(), HAL_TIM_OnePulse_Init(), HAL_TIM_PWM_Init(), and HAL_TIMEx_HallSensor_Init().
#define IS_TIM_COMPLEMENTARY_CHANNELS | ( | __CHANNEL__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1660 of file stm32f4xx_hal_tim.h.
#define IS_TIM_CLOCKSOURCE | ( | __CLOCK__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1664 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_ConfigClockSource().
#define IS_TIM_CLOCKPOLARITY | ( | __POLARITY__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1675 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_ConfigClockSource().
#define IS_TIM_CLOCKPRESCALER | ( | __PRESCALER__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1681 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_ConfigClockSource().
#define IS_TIM_CLOCKFILTER | ( | __ICFILTER__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1686 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_ConfigClockSource().
#define IS_TIM_CLEARINPUT_POLARITY | ( | __POLARITY__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1688 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_ConfigOCrefClear().
#define IS_TIM_CLEARINPUT_PRESCALER | ( | __PRESCALER__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1691 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_ConfigOCrefClear().
#define IS_TIM_CLEARINPUT_FILTER | ( | __ICFILTER__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1696 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_ConfigOCrefClear().
#define IS_TIM_OSSR_STATE | ( | __STATE__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1698 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIMEx_ConfigBreakDeadTime().
#define IS_TIM_OSSI_STATE | ( | __STATE__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1701 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIMEx_ConfigBreakDeadTime().
#define IS_TIM_LOCK_LEVEL | ( | __LEVEL__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1704 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIMEx_ConfigBreakDeadTime().
#define IS_TIM_BREAK_FILTER | ( | __BRKFILTER__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1709 of file stm32f4xx_hal_tim.h.
#define IS_TIM_BREAK_STATE | ( | __STATE__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1711 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIMEx_ConfigBreakDeadTime().
#define IS_TIM_BREAK_POLARITY | ( | __POLARITY__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1714 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIMEx_ConfigBreakDeadTime().
#define IS_TIM_AUTOMATIC_OUTPUT_STATE | ( | __STATE__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1717 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIMEx_ConfigBreakDeadTime().
#define IS_TIM_TRGO_SOURCE | ( | __SOURCE__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1720 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIMEx_MasterConfigSynchronization().
#define IS_TIM_MSM_STATE | ( | __STATE__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1729 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIMEx_MasterConfigSynchronization().
#define IS_TIM_SLAVE_MODE | ( | __MODE__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1732 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_SlaveConfigSynchro(), and HAL_TIM_SlaveConfigSynchro_IT().
#define IS_TIM_PWM_MODE | ( | __MODE__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1738 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_PWM_ConfigChannel().
#define IS_TIM_OC_MODE | ( | __MODE__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1741 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_OC_ConfigChannel().
#define IS_TIM_TRIGGER_SELECTION | ( | __SELECTION__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1748 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_SlaveConfigSynchro(), and HAL_TIM_SlaveConfigSynchro_IT().
#define IS_TIM_INTERNAL_TRIGGEREVENT_SELECTION | ( | __SELECTION__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1757 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIMEx_ConfigCommutEvent(), HAL_TIMEx_ConfigCommutEvent_DMA(), and HAL_TIMEx_ConfigCommutEvent_IT().
#define IS_TIM_TRIGGERPOLARITY | ( | __POLARITY__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1763 of file stm32f4xx_hal_tim.h.
Referenced by TIM_SlaveTimer_SetConfig().
#define IS_TIM_TRIGGERPRESCALER | ( | __PRESCALER__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1769 of file stm32f4xx_hal_tim.h.
Referenced by TIM_SlaveTimer_SetConfig().
#define IS_TIM_TRIGGERFILTER | ( | __ICFILTER__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1774 of file stm32f4xx_hal_tim.h.
Referenced by TIM_SlaveTimer_SetConfig().
#define IS_TIM_TI1SELECTION | ( | __TI1SELECTION__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1776 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_ConfigTI1Input().
#define IS_TIM_DMA_LENGTH | ( | __LENGTH__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1779 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_DMABurst_MultiReadStart(), and HAL_TIM_DMABurst_MultiWriteStart().
#define IS_TIM_DMA_DATA_LENGTH | ( | LENGTH | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1798 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_DMABurst_MultiReadStart(), and HAL_TIM_DMABurst_MultiWriteStart().
#define IS_TIM_IC_FILTER | ( | __ICFILTER__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1800 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_Encoder_Init(), HAL_TIM_IC_ConfigChannel(), and HAL_TIMEx_HallSensor_Init().
#define IS_TIM_DEADTIME | ( | __DEADTIME__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1802 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIMEx_ConfigBreakDeadTime().
#define IS_TIM_SLAVEMODE_TRIGGER_ENABLED | ( | __TRIGGER__ | ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1804 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_Base_Start(), HAL_TIM_Base_Start_DMA(), HAL_TIM_Base_Start_IT(), HAL_TIM_IC_Start(), HAL_TIM_IC_Start_DMA(), HAL_TIM_IC_Start_IT(), HAL_TIM_OC_Start(), HAL_TIM_OC_Start_DMA(), HAL_TIM_OC_Start_IT(), HAL_TIM_PWM_Start(), HAL_TIM_PWM_Start_DMA(), HAL_TIM_PWM_Start_IT(), HAL_TIMEx_HallSensor_Start(), HAL_TIMEx_HallSensor_Start_DMA(), HAL_TIMEx_HallSensor_Start_IT(), HAL_TIMEx_OCN_Start(), HAL_TIMEx_OCN_Start_DMA(), HAL_TIMEx_OCN_Start_IT(), HAL_TIMEx_PWMN_Start(), HAL_TIMEx_PWMN_Start_DMA(), and HAL_TIMEx_PWMN_Start_IT().
#define TIM_SET_ICPRESCALERVALUE | ( | __HANDLE__, | |
__CHANNEL__, | |||
__ICPSC__ ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1806 of file stm32f4xx_hal_tim.h.
#define TIM_RESET_ICPRESCALERVALUE | ( | __HANDLE__, | |
__CHANNEL__ ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1812 of file stm32f4xx_hal_tim.h.
#define TIM_SET_CAPTUREPOLARITY | ( | __HANDLE__, | |
__CHANNEL__, | |||
__POLARITY__ ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1818 of file stm32f4xx_hal_tim.h.
#define TIM_RESET_CAPTUREPOLARITY | ( | __HANDLE__, | |
__CHANNEL__ ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1824 of file stm32f4xx_hal_tim.h.
#define TIM_CHANNEL_STATE_GET | ( | __HANDLE__, | |
__CHANNEL__ ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1830 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_Encoder_Start(), HAL_TIM_Encoder_Start_DMA(), HAL_TIM_Encoder_Start_IT(), HAL_TIM_GetChannelState(), HAL_TIM_IC_Start(), HAL_TIM_IC_Start_DMA(), HAL_TIM_IC_Start_IT(), HAL_TIM_OC_Start(), HAL_TIM_OC_Start_DMA(), HAL_TIM_OC_Start_IT(), HAL_TIM_OnePulse_Start(), HAL_TIM_OnePulse_Start_IT(), HAL_TIM_PWM_Start(), HAL_TIM_PWM_Start_DMA(), HAL_TIM_PWM_Start_IT(), HAL_TIMEx_HallSensor_Start(), HAL_TIMEx_HallSensor_Start_DMA(), HAL_TIMEx_HallSensor_Start_IT(), HAL_TIMEx_OnePulseN_Start(), and HAL_TIMEx_OnePulseN_Start_IT().
#define TIM_CHANNEL_STATE_SET | ( | __HANDLE__, | |
__CHANNEL__, | |||
__CHANNEL_STATE__ ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1836 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_Encoder_DeInit(), HAL_TIM_Encoder_Init(), HAL_TIM_Encoder_Start(), HAL_TIM_Encoder_Start_DMA(), HAL_TIM_Encoder_Start_IT(), HAL_TIM_Encoder_Stop(), HAL_TIM_Encoder_Stop_DMA(), HAL_TIM_Encoder_Stop_IT(), HAL_TIM_IC_Start(), HAL_TIM_IC_Start_DMA(), HAL_TIM_IC_Start_IT(), HAL_TIM_IC_Stop(), HAL_TIM_IC_Stop_DMA(), HAL_TIM_IC_Stop_IT(), HAL_TIM_OC_Start(), HAL_TIM_OC_Start_DMA(), HAL_TIM_OC_Start_IT(), HAL_TIM_OC_Stop(), HAL_TIM_OC_Stop_DMA(), HAL_TIM_OC_Stop_IT(), HAL_TIM_OnePulse_DeInit(), HAL_TIM_OnePulse_Init(), HAL_TIM_OnePulse_Start(), HAL_TIM_OnePulse_Start_IT(), HAL_TIM_OnePulse_Stop(), HAL_TIM_OnePulse_Stop_IT(), HAL_TIM_PWM_Start(), HAL_TIM_PWM_Start_DMA(), HAL_TIM_PWM_Start_IT(), HAL_TIM_PWM_Stop(), HAL_TIM_PWM_Stop_DMA(), HAL_TIM_PWM_Stop_IT(), HAL_TIMEx_HallSensor_DeInit(), HAL_TIMEx_HallSensor_Init(), HAL_TIMEx_HallSensor_Start(), HAL_TIMEx_HallSensor_Start_DMA(), HAL_TIMEx_HallSensor_Start_IT(), HAL_TIMEx_HallSensor_Stop(), HAL_TIMEx_HallSensor_Stop_DMA(), HAL_TIMEx_HallSensor_Stop_IT(), HAL_TIMEx_OnePulseN_Start(), HAL_TIMEx_OnePulseN_Start_IT(), HAL_TIMEx_OnePulseN_Stop(), HAL_TIMEx_OnePulseN_Stop_IT(), TIM_DMACaptureCplt(), TIM_DMADelayPulseCplt(), and TIM_DMAError().
#define TIM_CHANNEL_STATE_SET_ALL | ( | __HANDLE__, | |
__CHANNEL_STATE__ ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1842 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_Base_DeInit(), HAL_TIM_Base_Init(), HAL_TIM_IC_DeInit(), HAL_TIM_IC_Init(), HAL_TIM_OC_DeInit(), HAL_TIM_OC_Init(), HAL_TIM_PWM_DeInit(), and HAL_TIM_PWM_Init().
#define TIM_CHANNEL_N_STATE_GET | ( | __HANDLE__, | |
__CHANNEL__ ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1849 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_Encoder_Start(), HAL_TIM_Encoder_Start_DMA(), HAL_TIM_Encoder_Start_IT(), HAL_TIM_IC_Start(), HAL_TIM_IC_Start_DMA(), HAL_TIM_IC_Start_IT(), HAL_TIM_OnePulse_Start(), HAL_TIM_OnePulse_Start_IT(), HAL_TIMEx_GetChannelNState(), HAL_TIMEx_HallSensor_Start(), HAL_TIMEx_HallSensor_Start_DMA(), HAL_TIMEx_HallSensor_Start_IT(), HAL_TIMEx_OCN_Start(), HAL_TIMEx_OCN_Start_DMA(), HAL_TIMEx_OCN_Start_IT(), HAL_TIMEx_OnePulseN_Start(), HAL_TIMEx_OnePulseN_Start_IT(), HAL_TIMEx_PWMN_Start(), HAL_TIMEx_PWMN_Start_DMA(), and HAL_TIMEx_PWMN_Start_IT().
#define TIM_CHANNEL_N_STATE_SET | ( | __HANDLE__, | |
__CHANNEL__, | |||
__CHANNEL_STATE__ ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1855 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_Encoder_DeInit(), HAL_TIM_Encoder_Init(), HAL_TIM_Encoder_Start(), HAL_TIM_Encoder_Start_DMA(), HAL_TIM_Encoder_Start_IT(), HAL_TIM_Encoder_Stop(), HAL_TIM_Encoder_Stop_DMA(), HAL_TIM_Encoder_Stop_IT(), HAL_TIM_IC_Start(), HAL_TIM_IC_Start_DMA(), HAL_TIM_IC_Start_IT(), HAL_TIM_IC_Stop(), HAL_TIM_IC_Stop_DMA(), HAL_TIM_IC_Stop_IT(), HAL_TIM_OnePulse_DeInit(), HAL_TIM_OnePulse_Init(), HAL_TIM_OnePulse_Start(), HAL_TIM_OnePulse_Start_IT(), HAL_TIM_OnePulse_Stop(), HAL_TIM_OnePulse_Stop_IT(), HAL_TIMEx_HallSensor_DeInit(), HAL_TIMEx_HallSensor_Init(), HAL_TIMEx_HallSensor_Start(), HAL_TIMEx_HallSensor_Start_DMA(), HAL_TIMEx_HallSensor_Start_IT(), HAL_TIMEx_HallSensor_Stop(), HAL_TIMEx_HallSensor_Stop_DMA(), HAL_TIMEx_HallSensor_Stop_IT(), HAL_TIMEx_OCN_Start(), HAL_TIMEx_OCN_Start_DMA(), HAL_TIMEx_OCN_Start_IT(), HAL_TIMEx_OCN_Stop(), HAL_TIMEx_OCN_Stop_DMA(), HAL_TIMEx_OCN_Stop_IT(), HAL_TIMEx_OnePulseN_Start(), HAL_TIMEx_OnePulseN_Start_IT(), HAL_TIMEx_OnePulseN_Stop(), HAL_TIMEx_OnePulseN_Stop_IT(), HAL_TIMEx_PWMN_Start(), HAL_TIMEx_PWMN_Start_DMA(), HAL_TIMEx_PWMN_Start_IT(), HAL_TIMEx_PWMN_Stop(), HAL_TIMEx_PWMN_Stop_DMA(), HAL_TIMEx_PWMN_Stop_IT(), TIM_DMACaptureCplt(), TIM_DMADelayPulseNCplt(), and TIM_DMAErrorCCxN().
#define TIM_CHANNEL_N_STATE_SET_ALL | ( | __HANDLE__, | |
__CHANNEL_STATE__ ) |
#include <stm32f4xx_hal_tim.h>
Definition at line 1861 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_Base_DeInit(), HAL_TIM_Base_Init(), HAL_TIM_IC_DeInit(), HAL_TIM_IC_Init(), HAL_TIM_OC_DeInit(), HAL_TIM_OC_Init(), HAL_TIM_PWM_DeInit(), and HAL_TIM_PWM_Init().