Home
last modified time | relevance | path

Searched refs:CSR_EVEN (Results 1 – 25 of 32) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_comp.c333 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/
Dstm32u0xx_hal_comp.c332 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/
Dstm32wbaxx_hal_comp.c326 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/
Dstm32u5xx_hal_comp.c332 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/
Dstm32g0xx_ll_comp.h434 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/
Dstm32wbaxx_ll_comp.h385 …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/
Dstm32u5xx_ll_comp.h395 …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/
Dstm32u0xx_ll_comp.h392 …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/
Dstm32g051xx.h170 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of comparator … member
Dstm32g061xx.h171 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of comparator … member
Dstm32g071xx.h184 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of comparator … member
Dstm32g081xx.h185 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of comparator … member
Dstm32g0c1xx.h243 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of comparator … member
Dstm32g0b1xx.h242 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of comparator … member
/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dstm32u031xx.h162 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of compara… member
Dstm32u083xx.h198 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of compara… member
Dstm32u073xx.h164 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of compara… member
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba54xx.h231 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of compara… member
Dstm32wba5mxx.h231 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of compara… member
Dstm32wba55xx.h231 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of compara… member
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u545xx.h733 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of compara… member
Dstm32u535xx.h694 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of compara… member
Dstm32u575xx.h747 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of compara… member
Dstm32u585xx.h787 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of compara… member
Dstm32u595xx.h771 …__IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of compara… member

12