Searched refs:preg_clear (Results 1 – 4 of 4) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_comp.h | 355 register __IO uint32_t *preg_clear = __COMP_PTR_REG_OFFSET(COMPxy_COMMON->CSR_ODD, in LL_COMP_SetCommonWindowMode() local 358 CLEAR_BIT(*preg_clear, in LL_COMP_SetCommonWindowMode() 413 register __IO uint32_t *preg_clear = __COMP_PTR_REG_OFFSET(COMPxy_COMMON->CSR_ODD, in LL_COMP_SetCommonWindowOutput() local 416 MODIFY_REG(*preg_clear, in LL_COMP_SetCommonWindowOutput()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_comp.h | 367 __IO uint32_t *preg_clear = __COMP_PTR_REG_OFFSET(COMPxy_COMMON->CSR_ODD, in LL_COMP_SetCommonWindowMode() local 370 CLEAR_BIT(*preg_clear, COMP_CSR_WINMODE); in LL_COMP_SetCommonWindowMode() 426 __IO uint32_t *preg_clear = __COMP_PTR_REG_OFFSET(COMPxy_COMMON->CSR_ODD, in LL_COMP_SetCommonWindowOutput() local 429 MODIFY_REG(*preg_clear, in LL_COMP_SetCommonWindowOutput()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_comp.h | 363 __IO uint32_t *preg_clear = __COMP_PTR_REG_OFFSET(COMPxy_COMMON->CSR_ODD, in LL_COMP_SetCommonWindowMode() local 365 CLEAR_BIT(*preg_clear, in LL_COMP_SetCommonWindowMode() 420 register __IO uint32_t *preg_clear = __COMP_PTR_REG_OFFSET(COMPxy_COMMON->CSR_ODD, in LL_COMP_SetCommonWindowOutput() local 423 MODIFY_REG(*preg_clear, in LL_COMP_SetCommonWindowOutput()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_comp.h | 394 __IO uint32_t *preg_clear = __COMP_PTR_REG_OFFSET(COMPxy_COMMON->CSR_ODD, in LL_COMP_SetCommonWindowMode() local 396 CLEAR_BIT(*preg_clear, in LL_COMP_SetCommonWindowMode() 499 …__IO uint32_t *preg_clear = __COMP_PTR_REG_OFFSET(COMPxy_COMMON->CSR_ODD, (~(window_output_tmp & L… in LL_COMP_SetCommonWindowOutput() local 500 MODIFY_REG(*preg_clear, in LL_COMP_SetCommonWindowOutput()
|