/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_lptim.c | 422 if (IS_LPTIM_CC2_INSTANCE(hlptim->Instance)) in HAL_LPTIM_DeInit() 437 if (IS_LPTIM_CC2_INSTANCE(hlptim->Instance)) in HAL_LPTIM_DeInit() 2440 assert_param(IS_LPTIM_CC2_INSTANCE(hlptim->Instance)); in HAL_LPTIM_OC_ConfigChannel() 2502 assert_param(IS_LPTIM_CC2_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_lptim.c | 425 if (IS_LPTIM_CC2_INSTANCE(hlptim->Instance)) in HAL_LPTIM_DeInit() 440 if (IS_LPTIM_CC2_INSTANCE(hlptim->Instance)) in HAL_LPTIM_DeInit() 2443 assert_param(IS_LPTIM_CC2_INSTANCE(hlptim->Instance)); in HAL_LPTIM_OC_ConfigChannel() 2505 assert_param(IS_LPTIM_CC2_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_lptim.c | 410 if (IS_LPTIM_CC2_INSTANCE(hlptim->Instance)) in HAL_LPTIM_DeInit() 425 if (IS_LPTIM_CC2_INSTANCE(hlptim->Instance)) in HAL_LPTIM_DeInit() 2428 assert_param(IS_LPTIM_CC2_INSTANCE(hlptim->Instance)); in HAL_LPTIM_OC_ConfigChannel() 2490 assert_param(IS_LPTIM_CC2_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_lptim.c | 443 if (IS_LPTIM_CC2_INSTANCE(hlptim->Instance)) in HAL_LPTIM_DeInit() 458 if (IS_LPTIM_CC2_INSTANCE(hlptim->Instance)) in HAL_LPTIM_DeInit() 2475 assert_param(IS_LPTIM_CC2_INSTANCE(hlptim->Instance)); in HAL_LPTIM_OC_ConfigChannel() 2537 assert_param(IS_LPTIM_CC2_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_lptim.c | 443 if (IS_LPTIM_CC2_INSTANCE(hlptim->Instance)) in HAL_LPTIM_DeInit() 458 if (IS_LPTIM_CC2_INSTANCE(hlptim->Instance)) in HAL_LPTIM_DeInit() 2475 assert_param(IS_LPTIM_CC2_INSTANCE(hlptim->Instance)); in HAL_LPTIM_OC_ConfigChannel() 2537 assert_param(IS_LPTIM_CC2_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_lptim.c | 431 if (IS_LPTIM_CC2_INSTANCE(hlptim->Instance)) in HAL_LPTIM_DeInit() 446 if (IS_LPTIM_CC2_INSTANCE(hlptim->Instance)) in HAL_LPTIM_DeInit() 2705 assert_param(IS_LPTIM_CC2_INSTANCE(hlptim->Instance)); in HAL_LPTIM_OC_ConfigChannel() 2796 assert_param(IS_LPTIM_CC2_INSTANCE(hlptim->Instance)); in HAL_LPTIM_IC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_lptim.h | 631 else if (IS_LPTIM_CC2_INSTANCE((__HANDLE__)->Instance) == 1UL) \
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba52xx.h | 14331 #define IS_LPTIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || ((INSTANCE) == LPTIM1_S) ||\ macro 14788 #define IS_LPTIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || ((INSTANCE) == LPTIM2_NS)) macro
|
D | stm32wba54xx.h | 15039 #define IS_LPTIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || ((INSTANCE) == LPTIM1_S) ||\ macro 15496 #define IS_LPTIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || ((INSTANCE) == LPTIM2_NS)) macro
|
D | stm32wba5mxx.h | 15057 #define IS_LPTIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || ((INSTANCE) == LPTIM1_S) ||\ macro 15514 #define IS_LPTIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || ((INSTANCE) == LPTIM2_NS)) macro
|
D | stm32wba55xx.h | 15057 #define IS_LPTIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || ((INSTANCE) == LPTIM1_S) ||\ macro 15514 #define IS_LPTIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || ((INSTANCE) == LPTIM2_NS)) macro
|
D | stm32wba50xx.h | 10142 #define IS_LPTIM_CC2_INSTANCE(INSTANCE) ((INSTANCE) == LPTIM1_NS) macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 9847 #define IS_LPTIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1) ||\ macro
|
D | stm32u083xx.h | 11173 #define IS_LPTIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1) ||\ macro
|
D | stm32u073xx.h | 10900 #define IS_LPTIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1) ||\ macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 13317 #define IS_LPTIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || ((INSTANCE) == LPTIM2_NS)) macro
|
D | stm32h523xx.h | 19689 #define IS_LPTIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || ((INSTANCE) == LPTIM1_S) ||\ macro
|
D | stm32h562xx.h | 21261 #define IS_LPTIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || ((INSTANCE) == LPTIM1_S) ||\ macro
|
/hal_stm32-latest/stm32cube/stm32n6xx/soc/ |
D | stm32n645xx.h | 40100 #define IS_LPTIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_S) || ((INSTANCE) == LPTIM1_NS) || \ macro 40984 #define IS_LPTIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || \ macro
|
D | stm32n657xx.h | 41747 #define IS_LPTIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_S) || ((INSTANCE) == LPTIM1_NS) || \ macro 42639 #define IS_LPTIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || \ macro
|
D | stm32n655xx.h | 41355 #define IS_LPTIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_S) || ((INSTANCE) == LPTIM1_NS) || \ macro 42244 #define IS_LPTIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || \ macro
|
D | stm32n647xx.h | 40492 #define IS_LPTIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_S) || ((INSTANCE) == LPTIM1_NS) || \ macro 41379 #define IS_LPTIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || \ macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 21490 #define IS_LPTIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || ((INSTANCE) == LPTIM1_S) ||\ macro
|
D | stm32u535xx.h | 20573 #define IS_LPTIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1_NS) || ((INSTANCE) == LPTIM1_S) ||\ macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 22803 #define IS_LPTIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1) || \ macro
|