/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_comp.c | 646 assert_param(IS_LL_COMP_OUTPUT_SELECTION(COMPx, COMP_InitStruct->OutputSelection)); in LL_COMP_Init() 689 | COMP_InitStruct->OutputSelection in LL_COMP_Init() 719 COMP_InitStruct->OutputSelection = LL_COMP_OUTPUT_NONE; in LL_COMP_StructInit() 927 assert_param(IS_LL_COMP_OUTPUT_SELECTION(COMP_InitStruct->OutputSelection)); in LL_COMP_Init() 959 | COMP_InitStruct->OutputSelection in LL_COMP_Init() 978 | COMP_InitStruct->OutputSelection in LL_COMP_Init() 1007 COMP_InitStruct->OutputSelection = LL_COMP_OUTPUT_NONE; in LL_COMP_StructInit()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_comp.c | 211 assert_param(IS_LL_COMP_OUTPUT_SELECTION(COMP_InitStruct->OutputSelection)); in LL_COMP_Init() 243 | COMP_InitStruct->OutputSelection in LL_COMP_Init() 262 | COMP_InitStruct->OutputSelection in LL_COMP_Init() 291 COMP_InitStruct->OutputSelection = LL_COMP_OUTPUT_NONE; in LL_COMP_StructInit()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_comp.h | 97 uint32_t OutputSelection; /*!< Set comparator output selection. member 1125 __STATIC_INLINE void LL_COMP_SetOutputSelection(COMP_TypeDef *COMPx, uint32_t OutputSelection) in LL_COMP_SetOutputSelection() argument 1127 MODIFY_REG(COMPx->CSR, COMP_CSR_COMPxOUTSEL, OutputSelection); in LL_COMP_SetOutputSelection() 1517 uint32_t OutputSelection; /*!< Set comparator output selection. member 2042 __STATIC_INLINE void LL_COMP_SetOutputSelection(COMP_TypeDef *COMPx, uint32_t OutputSelection) in LL_COMP_SetOutputSelection() argument 2046 OutputSelection << __COMP_BITOFFSET_INSTANCE(COMPx)); in LL_COMP_SetOutputSelection()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_comp.c | 263 assert_param(IS_LL_COMP_OUTPUT_SELECTION(COMP_InitStruct->OutputSelection)); in LL_COMP_Init() 286 | COMP_InitStruct->OutputSelection in LL_COMP_Init() 318 COMP_InitStruct->OutputSelection = LL_COMP_OUTPUT_NONE; in LL_COMP_StructInit()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_comp.h | 131 uint32_t OutputSelection; /*!< Set comparator output selection. member 617 __STATIC_INLINE void LL_COMP_SetOutputSelection(COMP_TypeDef *COMPx, uint32_t OutputSelection) in LL_COMP_SetOutputSelection() argument 621 OutputSelection << __COMP_BITOFFSET_INSTANCE(COMPx) ); in LL_COMP_SetOutputSelection()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_comp.h | 109 uint32_t OutputSelection; /*!< Set comparator output selection. member 684 __STATIC_INLINE void LL_COMP_SetOutputSelection(COMP_TypeDef *COMPx, uint32_t OutputSelection) in LL_COMP_SetOutputSelection() argument 691 OutputSelection * __COMP_IS_INSTANCE_EVEN(COMPx)); in LL_COMP_SetOutputSelection()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_rtc.h | 3625 __STATIC_INLINE void LL_RTC_TAMPER_ATAMP_SetSharedOuputSelection(uint32_t OutputSelection) in LL_RTC_TAMPER_ATAMP_SetSharedOuputSelection() argument 3628 MODIFY_REG(TAMP->ATCR2, (TAMP_ATCR2_ATOSEL1 | TAMP_ATCR2_ATOSEL2), OutputSelection); in LL_RTC_TAMPER_ATAMP_SetSharedOuputSelection() 3630 …_REG(TAMP->ATCR2, (TAMP_ATCR2_ATOSEL1 | TAMP_ATCR2_ATOSEL2 | TAMP_ATCR2_ATOSEL3), OutputSelection); in LL_RTC_TAMPER_ATAMP_SetSharedOuputSelection() 3634 OutputSelection); in LL_RTC_TAMPER_ATAMP_SetSharedOuputSelection()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_rtc.h | 3668 __STATIC_INLINE void LL_RTC_TAMPER_ATAMP_SetSharedOuputSelection(uint32_t OutputSelection) in LL_RTC_TAMPER_ATAMP_SetSharedOuputSelection() argument 3671 MODIFY_REG(TAMP->ATCR2, (TAMP_ATCR2_ATOSEL1 | TAMP_ATCR2_ATOSEL2), OutputSelection); in LL_RTC_TAMPER_ATAMP_SetSharedOuputSelection() 3673 …_REG(TAMP->ATCR2, (TAMP_ATCR2_ATOSEL1 | TAMP_ATCR2_ATOSEL2 | TAMP_ATCR2_ATOSEL3), OutputSelection); in LL_RTC_TAMPER_ATAMP_SetSharedOuputSelection() 3677 OutputSelection); in LL_RTC_TAMPER_ATAMP_SetSharedOuputSelection()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_rtc.h | 3567 __STATIC_INLINE void LL_RTC_TAMPER_ATAMP_SetSharedOuputSelection(uint32_t OutputSelection) in LL_RTC_TAMPER_ATAMP_SetSharedOuputSelection() argument 3570 …_REG(TAMP->ATCR2, (TAMP_ATCR2_ATOSEL1 | TAMP_ATCR2_ATOSEL2 | TAMP_ATCR2_ATOSEL3), OutputSelection); in LL_RTC_TAMPER_ATAMP_SetSharedOuputSelection() 3574 OutputSelection); in LL_RTC_TAMPER_ATAMP_SetSharedOuputSelection()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_rtc.h | 5118 __STATIC_INLINE void LL_RTC_TAMPER_ATAMP_SetSharedOuputSelection(uint32_t OutputSelection) in LL_RTC_TAMPER_ATAMP_SetSharedOuputSelection() argument 5121 OutputSelection); in LL_RTC_TAMPER_ATAMP_SetSharedOuputSelection()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_rtc.h | 3301 __STATIC_INLINE void LL_RTC_TAMPER_ATAMP_SetSharedOuputSelection(uint32_t OutputSelection) in LL_RTC_TAMPER_ATAMP_SetSharedOuputSelection() argument 3305 OutputSelection); in LL_RTC_TAMPER_ATAMP_SetSharedOuputSelection()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_rtc.h | 3516 __STATIC_INLINE void LL_RTC_TAMPER_ATAMP_SetSharedOuputSelection(uint32_t OutputSelection) in LL_RTC_TAMPER_ATAMP_SetSharedOuputSelection() argument 3520 OutputSelection); in LL_RTC_TAMPER_ATAMP_SetSharedOuputSelection()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_rtc.h | 3592 __STATIC_INLINE void LL_RTC_TAMPER_ATAMP_SetSharedOuputSelection(uint32_t OutputSelection) in LL_RTC_TAMPER_ATAMP_SetSharedOuputSelection() argument 3596 OutputSelection); in LL_RTC_TAMPER_ATAMP_SetSharedOuputSelection()
|