HAL
TIM_CHANNEL_STATE_SET is only used within HAL.
 
Symbols
loading...
Files
loading...

TIM_CHANNEL_STATE_SET macro

Syntax

#define TIM_CHANNEL_STATE_SET(__HANDLE__, __CHANNEL__, __CHANNEL_STATE__) \     (((__CHANNEL__) == TIM_CHANNEL_1) ? ((__HANDLE__)->ChannelState[0] = (__CHANNEL_STATE__)) :\     ((__CHANNEL__) == TIM_CHANNEL_2) ? ((__HANDLE__)->ChannelState[1] = (__CHANNEL_STATE__)) :\     ((__CHANNEL__) == TIM_CHANNEL_3) ? ((__HANDLE__)->ChannelState[2] = (__CHANNEL_STATE__)) :\     ((__HANDLE__)->ChannelState[3] = (__CHANNEL_STATE__)))

Arguments

__HANDLE__

__CHANNEL__

__CHANNEL_STATE__

References

LocationText
stm32f4xx_hal_tim.h:1836
#define TIM_CHANNEL_STATE_SET(__HANDLE__, __CHANNEL__, __CHANNEL_STATE__) \
stm32f4xx_hal_tim.c:803
TIM_CHANNEL_STATE_SET(htim, Channel, HAL_TIM_CHANNEL_STATE_BUSY);
stm32f4xx_hal_tim.c:861
TIM_CHANNEL_STATE_SET(htim, Channel, HAL_TIM_CHANNEL_STATE_READY);
stm32f4xx_hal_tim.c:893
TIM_CHANNEL_STATE_SET(htim, Channel, HAL_TIM_CHANNEL_STATE_BUSY);
stm32f4xx_hal_tim.c:1028
TIM_CHANNEL_STATE_SET(htim, Channel, HAL_TIM_CHANNEL_STATE_READY);
stm32f4xx_hal_tim.c:1070
TIM_CHANNEL_STATE_SET(htim, Channel, HAL_TIM_CHANNEL_STATE_BUSY);
stm32f4xx_hal_tim.c:1273
TIM_CHANNEL_STATE_SET(htim, Channel, HAL_TIM_CHANNEL_STATE_READY);
stm32f4xx_hal_tim.c:1468
TIM_CHANNEL_STATE_SET(htim, Channel, HAL_TIM_CHANNEL_STATE_BUSY);
stm32f4xx_hal_tim.c:1526
TIM_CHANNEL_STATE_SET(htim, Channel, HAL_TIM_CHANNEL_STATE_READY);
stm32f4xx_hal_tim.c:1558
TIM_CHANNEL_STATE_SET(htim, Channel, HAL_TIM_CHANNEL_STATE_BUSY);
stm32f4xx_hal_tim.c:1693
TIM_CHANNEL_STATE_SET(htim, Channel, HAL_TIM_CHANNEL_STATE_READY);
stm32f4xx_hal_tim.c:1735
TIM_CHANNEL_STATE_SET(htim, Channel, HAL_TIM_CHANNEL_STATE_BUSY);
stm32f4xx_hal_tim.c:1937
TIM_CHANNEL_STATE_SET(htim, Channel, HAL_TIM_CHANNEL_STATE_READY);
stm32f4xx_hal_tim.c:2135
TIM_CHANNEL_STATE_SET(htim, Channel, HAL_TIM_CHANNEL_STATE_BUSY);
stm32f4xx_hal_tim.c:2182
TIM_CHANNEL_STATE_SET(htim, Channel, HAL_TIM_CHANNEL_STATE_READY);
stm32f4xx_hal_tim.c:2219
TIM_CHANNEL_STATE_SET(htim, Channel, HAL_TIM_CHANNEL_STATE_BUSY);
stm32f4xx_hal_tim.c:2343
TIM_CHANNEL_STATE_SET(htim, Channel, HAL_TIM_CHANNEL_STATE_READY);
stm32f4xx_hal_tim.c:2391
TIM_CHANNEL_STATE_SET(htim, Channel, HAL_TIM_CHANNEL_STATE_BUSY);
stm32f4xx_hal_tim.c:2579
TIM_CHANNEL_STATE_SET(htim, Channel, HAL_TIM_CHANNEL_STATE_READY);
stm32f4xx_hal_tim.c:2681
stm32f4xx_hal_tim.c:2682
stm32f4xx_hal_tim.c:2723
stm32f4xx_hal_tim.c:2724
stm32f4xx_hal_tim.c:2797
stm32f4xx_hal_tim.c:2798
stm32f4xx_hal_tim.c:2858
stm32f4xx_hal_tim.c:2859
stm32f4xx_hal_tim.c:2897
stm32f4xx_hal_tim.c:2898
stm32f4xx_hal_tim.c:2969
stm32f4xx_hal_tim.c:2970
stm32f4xx_hal_tim.c:3117
stm32f4xx_hal_tim.c:3118
stm32f4xx_hal_tim.c:3160
stm32f4xx_hal_tim.c:3161
stm32f4xx_hal_tim.c:3234
stm32f4xx_hal_tim.c:3247
stm32f4xx_hal_tim.c:3262
stm32f4xx_hal_tim.c:3263
stm32f4xx_hal_tim.c:3343
TIM_CHANNEL_STATE_SET(htim, Channel, HAL_TIM_CHANNEL_STATE_READY);
stm32f4xx_hal_tim.c:3348
stm32f4xx_hal_tim.c:3349
stm32f4xx_hal_tim.c:3388
stm32f4xx_hal_tim.c:3401
stm32f4xx_hal_tim.c:3416
stm32f4xx_hal_tim.c:3417
stm32f4xx_hal_tim.c:3505
TIM_CHANNEL_STATE_SET(htim, Channel, HAL_TIM_CHANNEL_STATE_READY);
stm32f4xx_hal_tim.c:3510
stm32f4xx_hal_tim.c:3511
stm32f4xx_hal_tim.c:3561
stm32f4xx_hal_tim.c:3586
stm32f4xx_hal_tim.c:3615
stm32f4xx_hal_tim.c:3616
stm32f4xx_hal_tim.c:3787
TIM_CHANNEL_STATE_SET(htim, Channel, HAL_TIM_CHANNEL_STATE_READY);
stm32f4xx_hal_tim.c:3792
stm32f4xx_hal_tim.c:3793
stm32f4xx_hal_tim.c:6466
TIM_CHANNEL_STATE_SET(htim, TIM_CHANNEL_1, HAL_TIM_CHANNEL_STATE_READY);
stm32f4xx_hal_tim.c:6471
TIM_CHANNEL_STATE_SET(htim, TIM_CHANNEL_2, HAL_TIM_CHANNEL_STATE_READY);
stm32f4xx_hal_tim.c:6476
TIM_CHANNEL_STATE_SET(htim, TIM_CHANNEL_3, HAL_TIM_CHANNEL_STATE_READY);
stm32f4xx_hal_tim.c:6481
TIM_CHANNEL_STATE_SET(htim, TIM_CHANNEL_4, HAL_TIM_CHANNEL_STATE_READY);
stm32f4xx_hal_tim.c:6512
TIM_CHANNEL_STATE_SET(htim, TIM_CHANNEL_1, HAL_TIM_CHANNEL_STATE_READY);
stm32f4xx_hal_tim.c:6521
TIM_CHANNEL_STATE_SET(htim, TIM_CHANNEL_2, HAL_TIM_CHANNEL_STATE_READY);
stm32f4xx_hal_tim.c:6530
TIM_CHANNEL_STATE_SET(htim, TIM_CHANNEL_3, HAL_TIM_CHANNEL_STATE_READY);
stm32f4xx_hal_tim.c:6539
TIM_CHANNEL_STATE_SET(htim, TIM_CHANNEL_4, HAL_TIM_CHANNEL_STATE_READY);
stm32f4xx_hal_tim.c:6610
TIM_CHANNEL_STATE_SET(htim, TIM_CHANNEL_1, HAL_TIM_CHANNEL_STATE_READY);
stm32f4xx_hal_tim.c:6620
TIM_CHANNEL_STATE_SET(htim, TIM_CHANNEL_2, HAL_TIM_CHANNEL_STATE_READY);
stm32f4xx_hal_tim.c:6630
TIM_CHANNEL_STATE_SET(htim, TIM_CHANNEL_3, HAL_TIM_CHANNEL_STATE_READY);
stm32f4xx_hal_tim.c:6640
TIM_CHANNEL_STATE_SET(htim, TIM_CHANNEL_4, HAL_TIM_CHANNEL_STATE_READY);
stm32f4xx_hal_tim_ex.c:224
stm32f4xx_hal_tim_ex.c:225
stm32f4xx_hal_tim_ex.c:266
stm32f4xx_hal_tim_ex.c:267
stm32f4xx_hal_tim_ex.c:336
stm32f4xx_hal_tim_ex.c:337
stm32f4xx_hal_tim_ex.c:383
stm32f4xx_hal_tim_ex.c:384
stm32f4xx_hal_tim_ex.c:418
stm32f4xx_hal_tim_ex.c:419
stm32f4xx_hal_tim_ex.c:471
stm32f4xx_hal_tim_ex.c:472
stm32f4xx_hal_tim_ex.c:511
stm32f4xx_hal_tim_ex.c:583
stm32f4xx_hal_tim_ex.c:1591
stm32f4xx_hal_tim_ex.c:1592
stm32f4xx_hal_tim_ex.c:1637
stm32f4xx_hal_tim_ex.c:1638
stm32f4xx_hal_tim_ex.c:1679
stm32f4xx_hal_tim_ex.c:1680
stm32f4xx_hal_tim_ex.c:1737
stm32f4xx_hal_tim_ex.c:1738