Home
last modified time | relevance | path

Searched refs:OutputSelection (Results 1 – 13 of 13) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_comp.c646 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/
Dstm32f0xx_ll_comp.c211 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/
Dstm32f3xx_ll_comp.h97 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/
Dstm32l1xx_ll_comp.c263 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/
Dstm32f0xx_ll_comp.h131 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/
Dstm32l1xx_ll_comp.h109 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/
Dstm32h7rsxx_ll_rtc.h3625 __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/
Dstm32h5xx_ll_rtc.h3668 __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/
Dstm32wbaxx_ll_rtc.h3567 __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/
Dstm32h7xx_ll_rtc.h5118 __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/
Dstm32l5xx_ll_rtc.h3301 __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/
Dstm32u5xx_ll_rtc.h3516 __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/
Dstm32n6xx_ll_rtc.h3592 __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()