/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_comp.h | 390 __IO uint32_t *preg = __COMP_PTR_REG_OFFSET(COMPxy_COMMON->CSR_ODD, in LL_COMP_SetCommonWindowMode() 394 __IO uint32_t *preg_clear = __COMP_PTR_REG_OFFSET(COMPxy_COMMON->CSR_ODD, in LL_COMP_SetCommonWindowMode() 435 window_mode_comp_even = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_ODD, COMP_CSR_WINMODE); in LL_COMP_GetCommonWindowMode() 439 window_mode_comp_odd = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_ODD, COMP_CSR_WINMODE); in LL_COMP_GetCommonWindowMode() 443 …const uint32_t window_mode_comp_odd = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_ODD, COMP_CSR_WINMODE); in LL_COMP_GetCommonWindowMode() 495 …__IO uint32_t *preg = __COMP_PTR_REG_OFFSET(COMPxy_COMMON->CSR_ODD, (window_output_tmp & LL_COMP_W… in LL_COMP_SetCommonWindowOutput() 499 …__IO uint32_t *preg_clear = __COMP_PTR_REG_OFFSET(COMPxy_COMMON->CSR_ODD, (~(window_output_tmp & L… in LL_COMP_SetCommonWindowOutput() 540 window_output_comp_even = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_ODD, 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()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_comp.c | 334 comp_common_even = &(COMP23_COMMON->CSR_ODD); in HAL_COMP_Init() 338 comp_common_odd = &(COMP12_COMMON->CSR_ODD); in HAL_COMP_Init() 387 CLEAR_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINMODE); in HAL_COMP_Init() 392 SET_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINMODE); in HAL_COMP_Init() 397 CLEAR_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINMODE); in HAL_COMP_Init() 408 SET_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINOUT); in HAL_COMP_Init() 413 CLEAR_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINOUT); in HAL_COMP_Init() 418 SET_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINOUT); in HAL_COMP_Init() 423 CLEAR_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINOUT); in HAL_COMP_Init() 902 comparator_window_mode = READ_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINMODE); in HAL_COMP_IRQHandler() [all …]
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_comp.c | 331 CLEAR_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINMODE); in HAL_COMP_Init() 336 SET_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINMODE); in HAL_COMP_Init() 341 CLEAR_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINMODE); in HAL_COMP_Init() 345 CLEAR_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINMODE); in HAL_COMP_Init() 356 SET_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINOUT); in HAL_COMP_Init() 361 CLEAR_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINOUT); in HAL_COMP_Init() 366 SET_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINOUT); in HAL_COMP_Init() 371 CLEAR_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINOUT); in HAL_COMP_Init() 832 comparator_window_mode = READ_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINMODE); in HAL_COMP_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_comp.c | 325 CLEAR_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINMODE); in HAL_COMP_Init() 330 SET_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINMODE); in HAL_COMP_Init() 335 CLEAR_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINMODE); in HAL_COMP_Init() 346 SET_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINOUT); in HAL_COMP_Init() 351 CLEAR_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINOUT); in HAL_COMP_Init() 356 SET_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINOUT); in HAL_COMP_Init() 361 CLEAR_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINOUT); in HAL_COMP_Init() 820 comparator_window_mode = READ_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINMODE); in HAL_COMP_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_comp.c | 331 CLEAR_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINMODE); in HAL_COMP_Init() 336 SET_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINMODE); in HAL_COMP_Init() 341 CLEAR_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINMODE); in HAL_COMP_Init() 352 SET_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINOUT); in HAL_COMP_Init() 357 CLEAR_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINOUT); in HAL_COMP_Init() 362 SET_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINOUT); in HAL_COMP_Init() 367 CLEAR_BIT(COMP12_COMMON->CSR_ODD, COMP_CSR_WINOUT); in HAL_COMP_Init()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_comp.h | 351 register __IO uint32_t *preg = __COMP_PTR_REG_OFFSET(COMPxy_COMMON->CSR_ODD, in LL_COMP_SetCommonWindowMode() 355 register __IO uint32_t *preg_clear = __COMP_PTR_REG_OFFSET(COMPxy_COMMON->CSR_ODD, in LL_COMP_SetCommonWindowMode() 384 …register const uint32_t window_mode_comp_odd = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_ODD, COMP_CSR… in LL_COMP_GetCommonWindowMode() 408 register __IO uint32_t *preg = __COMP_PTR_REG_OFFSET(COMPxy_COMMON->CSR_ODD, in LL_COMP_SetCommonWindowOutput() 413 register __IO uint32_t *preg_clear = __COMP_PTR_REG_OFFSET(COMPxy_COMMON->CSR_ODD, in LL_COMP_SetCommonWindowOutput() 441 …register const uint32_t window_output_comp_odd = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_ODD, COMP_C… in LL_COMP_GetCommonWindowOutput()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_comp.h | 363 __IO uint32_t *preg = __COMP_PTR_REG_OFFSET(COMPxy_COMMON->CSR_ODD, in LL_COMP_SetCommonWindowMode() 367 __IO uint32_t *preg_clear = __COMP_PTR_REG_OFFSET(COMPxy_COMMON->CSR_ODD, in LL_COMP_SetCommonWindowMode() 394 …const uint32_t window_mode_comp_odd = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_ODD, COMP_CSR_WINMODE); in LL_COMP_GetCommonWindowMode() 421 __IO uint32_t *preg = __COMP_PTR_REG_OFFSET(COMPxy_COMMON->CSR_ODD, in LL_COMP_SetCommonWindowOutput() 426 __IO uint32_t *preg_clear = __COMP_PTR_REG_OFFSET(COMPxy_COMMON->CSR_ODD, in LL_COMP_SetCommonWindowOutput() 457 …const uint32_t window_output_comp_odd = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_ODD, COMP_CSR_WINOUT… in LL_COMP_GetCommonWindowOutput()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_comp.h | 359 __IO uint32_t *preg = __COMP_PTR_REG_OFFSET(COMPxy_COMMON->CSR_ODD, in LL_COMP_SetCommonWindowMode() 363 __IO uint32_t *preg_clear = __COMP_PTR_REG_OFFSET(COMPxy_COMMON->CSR_ODD, in LL_COMP_SetCommonWindowMode() 391 …register const uint32_t window_mode_comp_odd = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_ODD, COMP_CSR… in LL_COMP_GetCommonWindowMode() 415 register __IO uint32_t *preg = __COMP_PTR_REG_OFFSET(COMPxy_COMMON->CSR_ODD, in LL_COMP_SetCommonWindowOutput() 420 register __IO uint32_t *preg_clear = __COMP_PTR_REG_OFFSET(COMPxy_COMMON->CSR_ODD, in LL_COMP_SetCommonWindowOutput() 448 …register const uint32_t window_output_comp_odd = (uint32_t)READ_BIT(COMPxy_COMMON->CSR_ODD, COMP_C… in LL_COMP_GetCommonWindowOutput()
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g051xx.h | 169 …__IO uint32_t CSR_ODD; /*!< COMP control and status register located in register of comparator … member
|
D | stm32g061xx.h | 170 …__IO uint32_t CSR_ODD; /*!< COMP control and status register located in register of comparator … member
|
D | stm32g071xx.h | 183 …__IO uint32_t CSR_ODD; /*!< COMP control and status register located in register of comparator … member
|
D | stm32g081xx.h | 184 …__IO uint32_t CSR_ODD; /*!< COMP control and status register located in register of comparator … member
|
D | stm32g0c1xx.h | 242 …__IO uint32_t CSR_ODD; /*!< COMP control and status register located in register of comparator … member
|
D | stm32g0b1xx.h | 241 …__IO uint32_t CSR_ODD; /*!< COMP control and status register located in register of comparator … member
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 161 …__IO uint32_t CSR_ODD; /*!< COMP control and status register located in register of compara… member
|
D | stm32u083xx.h | 197 …__IO uint32_t CSR_ODD; /*!< COMP control and status register located in register of compara… member
|
D | stm32u073xx.h | 163 …__IO uint32_t CSR_ODD; /*!< COMP control and status register located in register of compara… member
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba54xx.h | 230 …__IO uint32_t CSR_ODD; /*!< COMP control and status register located in register of compara… member
|
D | stm32wba5mxx.h | 230 …__IO uint32_t CSR_ODD; /*!< COMP control and status register located in register of compara… member
|
D | stm32wba55xx.h | 230 …__IO uint32_t CSR_ODD; /*!< COMP control and status register located in register of compara… member
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 732 …__IO uint32_t CSR_ODD; /*!< COMP control and status register located in register of compara… member
|
D | stm32u535xx.h | 693 …__IO uint32_t CSR_ODD; /*!< COMP control and status register located in register of compara… member
|
D | stm32u575xx.h | 746 …__IO uint32_t CSR_ODD; /*!< COMP control and status register located in register of compara… member
|
D | stm32u585xx.h | 786 …__IO uint32_t CSR_ODD; /*!< COMP control and status register located in register of compara… member
|
D | stm32u595xx.h | 770 …__IO uint32_t CSR_ODD; /*!< COMP control and status register located in register of compara… member
|