/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal.h | 620 MODIFY_REG(RI->ICR, RI_ICR_TIM, (__TIMSELECT__)); \ 621 SET_BIT(RI->ICR, RI_INPUTCAPTURE_IC1); \ 622 MODIFY_REG(RI->ICR, RI_ICR_IC1OS, (__INPUT__) << POSITION_VAL(RI_ICR_IC1OS)); \ 640 MODIFY_REG(RI->ICR, RI_ICR_TIM, (__TIMSELECT__)); \ 641 SET_BIT(RI->ICR, RI_INPUTCAPTURE_IC2); \ 642 MODIFY_REG(RI->ICR, RI_ICR_IC2OS, (__INPUT__) << POSITION_VAL(RI_ICR_IC2OS)); \ 660 MODIFY_REG(RI->ICR, RI_ICR_TIM, (__TIMSELECT__)); \ 661 SET_BIT(RI->ICR, RI_INPUTCAPTURE_IC3); \ 662 MODIFY_REG(RI->ICR, RI_ICR_IC3OS, (__INPUT__) << POSITION_VAL(RI_ICR_IC3OS)); \ 680 MODIFY_REG(RI->ICR, RI_ICR_TIM, (__TIMSELECT__)); \ [all …]
|
D | stm32l1xx_ll_system.h | 49 #if defined (FLASH) || defined (SYSCFG) || defined (DBGMCU) || defined(RI) 1060 MODIFY_REG(RI->ICR, in LL_RI_SetRemapInputCapture_TIM() 1080 CLEAR_BIT(RI->ICR, (InputCaptureChannel & (RI_ICR_IC4 | RI_ICR_IC3 | RI_ICR_IC2 | RI_ICR_IC1))); in LL_RI_DisableRemapInputCapture_TIM() 1124 SET_BIT(RI->ASCR1, IOSwitch); in LL_RI_CloseIOSwitchLinkedToADC() 1168 CLEAR_BIT(RI->ASCR1, IOSwitch); in LL_RI_OpenIOSwitchLinkedToADC() 1178 SET_BIT(RI->ASCR1, RI_ASCR1_SCM); in LL_RI_EnableSwitchControlMode() 1188 CLEAR_BIT(RI->ASCR1, RI_ASCR1_SCM); in LL_RI_DisableSwitchControlMode() 1251 SET_BIT(RI->ASCR2, IOSwitch); in LL_RI_CloseIOSwitchNotLinkedToADC() 1314 CLEAR_BIT(RI->ASCR2, IOSwitch); in LL_RI_OpenIOSwitchNotLinkedToADC() 1379 __IO uint32_t *reg = (__IO uint32_t *)(uint32_t)((uint32_t)(&RI->HYSCR1) + (Port >> 1U)); in LL_RI_EnableHysteresis() [all …]
|
D | stm32l1xx_ll_comp.h | 474 …uint32_t *preg = ((uint32_t *)((uint32_t) ((uint32_t)(&(RI->ASCR1)) + ((__COMP_IS_INSTANCE_EVEN(CO… in LL_COMP_SetInputPlus() 537 …uint32_t *preg = ((uint32_t *)((uint32_t) ((uint32_t)(&(RI->ASCR1)) + ((__COMP_IS_INSTANCE_EVEN(CO… in LL_COMP_GetInputPlus()
|
/hal_stm32-latest/stm32cube/stm32l1xx/soc/ |
D | stm32l152xb.h | 686 #define RI ((RI_TypeDef *) RI_BASE) macro
|
D | stm32l152xba.h | 671 #define RI ((RI_TypeDef *) RI_BASE) macro
|
D | stm32l100xba.h | 670 #define RI ((RI_TypeDef *) RI_BASE) macro
|
D | stm32l100xb.h | 670 #define RI ((RI_TypeDef *) RI_BASE) macro
|
D | stm32l151xb.h | 669 #define RI ((RI_TypeDef *) RI_BASE) macro
|
D | stm32l151xba.h | 669 #define RI ((RI_TypeDef *) RI_BASE) macro
|
D | stm32l100xc.h | 706 #define RI ((RI_TypeDef *) RI_BASE) macro
|
D | stm32l151xc.h | 737 #define RI ((RI_TypeDef *) RI_BASE) macro
|
D | stm32l151xca.h | 739 #define RI ((RI_TypeDef *) RI_BASE) macro
|
D | stm32l151xdx.h | 756 #define RI ((RI_TypeDef *) RI_BASE) macro
|
D | stm32l151xe.h | 756 #define RI ((RI_TypeDef *) RI_BASE) macro
|
D | stm32l152xc.h | 754 #define RI ((RI_TypeDef *) RI_BASE) macro
|
D | stm32l152xca.h | 756 #define RI ((RI_TypeDef *) RI_BASE) macro
|
D | stm32l152xdx.h | 773 #define RI ((RI_TypeDef *) RI_BASE) macro
|
D | stm32l152xe.h | 773 #define RI ((RI_TypeDef *) RI_BASE) macro
|
D | stm32l162xc.h | 776 #define RI ((RI_TypeDef *) RI_BASE) macro
|
D | stm32l162xca.h | 778 #define RI ((RI_TypeDef *) RI_BASE) macro
|
D | stm32l162xdx.h | 795 #define RI ((RI_TypeDef *) RI_BASE) macro
|
D | stm32l162xe.h | 795 #define RI ((RI_TypeDef *) RI_BASE) macro
|
D | stm32l151xd.h | 809 #define RI ((RI_TypeDef *) RI_BASE) macro
|
D | stm32l152xd.h | 826 #define RI ((RI_TypeDef *) RI_BASE) macro
|
D | stm32l162xd.h | 848 #define RI ((RI_TypeDef *) RI_BASE) macro
|