Home
last modified time | relevance | path

Searched refs:window_output_comp_odd (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_comp.h531 uint32_t window_output_comp_odd; in LL_COMP_GetCommonWindowOutput() local
539 window_output_comp_odd = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_EVEN, COMP_CSR_WINOUT); in LL_COMP_GetCommonWindowOutput()
544 window_output_comp_odd = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_ODD, COMP_CSR_WINOUT); in LL_COMP_GetCommonWindowOutput()
548 …const uint32_t window_output_comp_odd = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_ODD, COMP_CSR_WINOUT… in LL_COMP_GetCommonWindowOutput()
553 return (uint32_t)(window_output_comp_odd in LL_COMP_GetCommonWindowOutput()
556 | (window_output_comp_odd + window_output_comp_even)); in LL_COMP_GetCommonWindowOutput()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_comp.h441 …register const uint32_t window_output_comp_odd = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_ODD, COMP_C… in LL_COMP_GetCommonWindowOutput() local
445 return (uint32_t)(window_output_comp_odd in LL_COMP_GetCommonWindowOutput()
448 | (window_output_comp_odd + window_output_comp_even)); in LL_COMP_GetCommonWindowOutput()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_comp.h457 …const uint32_t window_output_comp_odd = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_ODD, COMP_CSR_WINOUT… in LL_COMP_GetCommonWindowOutput() local
461 return (uint32_t)(window_output_comp_odd in LL_COMP_GetCommonWindowOutput()
464 | (window_output_comp_odd + window_output_comp_even)); in LL_COMP_GetCommonWindowOutput()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_comp.h448 …register const uint32_t window_output_comp_odd = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_ODD, COMP_C… in LL_COMP_GetCommonWindowOutput() local
452 return (uint32_t)(window_output_comp_odd in LL_COMP_GetCommonWindowOutput()
455 | (window_output_comp_odd + window_output_comp_even)); in LL_COMP_GetCommonWindowOutput()