/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_comp.c | 333 comp_common_odd = &(COMP23_COMMON->CSR_EVEN); in HAL_COMP_Init() 339 comp_common_even = &(COMP12_COMMON->CSR_EVEN); in HAL_COMP_Init() 388 SET_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in HAL_COMP_Init() 393 CLEAR_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in HAL_COMP_Init() 398 CLEAR_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in HAL_COMP_Init() 409 CLEAR_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINOUT); in HAL_COMP_Init() 414 SET_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINOUT); in HAL_COMP_Init() 419 SET_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINOUT); in HAL_COMP_Init() 424 CLEAR_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINOUT); in HAL_COMP_Init() 888 comparator_window_mode = READ_BIT(COMP23_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in HAL_COMP_IRQHandler() [all …]
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_comp.c | 332 SET_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in HAL_COMP_Init() 337 CLEAR_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in HAL_COMP_Init() 342 CLEAR_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in HAL_COMP_Init() 346 CLEAR_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in HAL_COMP_Init() 357 CLEAR_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINOUT); in HAL_COMP_Init() 362 SET_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINOUT); in HAL_COMP_Init() 367 SET_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINOUT); in HAL_COMP_Init() 372 CLEAR_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINOUT); in HAL_COMP_Init() 833 comparator_window_mode |= READ_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in HAL_COMP_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_comp.c | 326 SET_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in HAL_COMP_Init() 331 CLEAR_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in HAL_COMP_Init() 336 CLEAR_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in HAL_COMP_Init() 347 CLEAR_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINOUT); in HAL_COMP_Init() 352 SET_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINOUT); in HAL_COMP_Init() 357 SET_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINOUT); in HAL_COMP_Init() 362 CLEAR_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINOUT); in HAL_COMP_Init() 821 comparator_window_mode |= READ_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in HAL_COMP_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_comp.c | 332 SET_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in HAL_COMP_Init() 337 CLEAR_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in HAL_COMP_Init() 342 CLEAR_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in HAL_COMP_Init() 353 CLEAR_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINOUT); in HAL_COMP_Init() 358 SET_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINOUT); in HAL_COMP_Init() 363 SET_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINOUT); in HAL_COMP_Init() 368 CLEAR_BIT(COMP12_COMMON->CSR_EVEN, COMP_CSR_WINOUT); in HAL_COMP_Init()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_comp.h | 434 window_mode_comp_odd = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in LL_COMP_GetCommonWindowMode() 440 window_mode_comp_even = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in LL_COMP_GetCommonWindowMode() 444 …const uint32_t window_mode_comp_even = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_EVEN, COMP_CSR_WINMOD… in LL_COMP_GetCommonWindowMode() 539 window_output_comp_odd = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_EVEN, COMP_CSR_WINOUT); in LL_COMP_GetCommonWindowOutput() 545 window_output_comp_even = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_EVEN, COMP_CSR_WINOUT); in LL_COMP_GetCommonWindowOutput() 549 …const uint32_t window_output_comp_even = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_EVEN, COMP_CSR_WINO… in LL_COMP_GetCommonWindowOutput()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_comp.h | 385 …register const uint32_t window_mode_comp_even = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_EVEN, COMP_C… in LL_COMP_GetCommonWindowMode() 442 …register const uint32_t window_output_comp_even = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_EVEN, COMP… in LL_COMP_GetCommonWindowOutput()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_comp.h | 395 …const uint32_t window_mode_comp_even = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_EVEN, COMP_CSR_WINMOD… in LL_COMP_GetCommonWindowMode() 458 …const uint32_t window_output_comp_even = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_EVEN, COMP_CSR_WINO… in LL_COMP_GetCommonWindowOutput()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_comp.h | 392 …register const uint32_t window_mode_comp_even = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_EVEN, COMP_C… in LL_COMP_GetCommonWindowMode() 449 …register const uint32_t window_output_comp_even = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_EVEN, COMP… in LL_COMP_GetCommonWindowOutput()
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g051xx.h | 170 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of comparator … member
|
D | stm32g061xx.h | 171 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of comparator … member
|
D | stm32g071xx.h | 184 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of comparator … member
|
D | stm32g081xx.h | 185 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of comparator … member
|
D | stm32g0c1xx.h | 243 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of comparator … member
|
D | stm32g0b1xx.h | 242 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of comparator … member
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 162 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of compara… member
|
D | stm32u083xx.h | 198 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of compara… member
|
D | stm32u073xx.h | 164 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of compara… member
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba54xx.h | 231 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of compara… member
|
D | stm32wba5mxx.h | 231 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of compara… member
|
D | stm32wba55xx.h | 231 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of compara… member
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 733 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of compara… member
|
D | stm32u535xx.h | 694 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of compara… member
|
D | stm32u575xx.h | 747 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of compara… member
|
D | stm32u585xx.h | 787 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of compara… member
|
D | stm32u595xx.h | 771 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of compara… member
|