| /bsp/stm32/stm32mp157a-st-discovery/board/CubeMX_Config/Common/System/ |
| A D | system_stm32mp1xx.c | 147 CLEAR_REG(EXTI_C2->IMR1); in SystemInit() 148 CLEAR_REG(EXTI_C2->IMR2); in SystemInit() 149 CLEAR_REG(EXTI_C2->IMR3); in SystemInit() 150 CLEAR_REG(EXTI_C2->EMR1); in SystemInit() 151 CLEAR_REG(EXTI_C2->EMR2); in SystemInit() 152 CLEAR_REG(EXTI_C2->EMR3); in SystemInit()
|
| /bsp/stm32/stm32mp157a-st-ev1/board/CubeMX_Config/Common/System/ |
| A D | system_stm32mp1xx.c | 147 CLEAR_REG(EXTI_C2->IMR1); in SystemInit() 148 CLEAR_REG(EXTI_C2->IMR2); in SystemInit() 149 CLEAR_REG(EXTI_C2->IMR3); in SystemInit() 150 CLEAR_REG(EXTI_C2->EMR1); in SystemInit() 151 CLEAR_REG(EXTI_C2->EMR2); in SystemInit() 152 CLEAR_REG(EXTI_C2->EMR3); in SystemInit()
|
| /bsp/stm32/libraries/templates/stm32mp1xx/board/CubeMX_Config/Common/System/ |
| A D | system_stm32mp1xx.c | 147 CLEAR_REG(EXTI_C2->IMR1); in SystemInit() 148 CLEAR_REG(EXTI_C2->IMR2); in SystemInit() 149 CLEAR_REG(EXTI_C2->IMR3); in SystemInit() 150 CLEAR_REG(EXTI_C2->EMR1); in SystemInit() 151 CLEAR_REG(EXTI_C2->EMR2); in SystemInit() 152 CLEAR_REG(EXTI_C2->EMR3); in SystemInit()
|
| /bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/CMSIS/Include/ |
| A D | fm33xx.h | 87 #define CLEAR_REG(REG) ((REG) = (0x0)) macro
|
| /bsp/fm33lc026/libraries/FM/FM33xx/Include/ |
| A D | fm33xx.h | 87 #define CLEAR_REG(REG) ((REG) = (0x0)) macro
|
| /bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Inc/ |
| A D | fm33lc0xx_fl_def.h | 49 #define CLEAR_REG(REG) ((REG) = (0x0)) macro
|
| /bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/Include/ |
| A D | ft32f0xx.h | 85 #define CLEAR_REG(REG) ((REG) = (0x0)) macro
|
| /bsp/nuvoton/libraries/nu_packages/NuUtils/inc/ |
| A D | nu_miscutil.h | 30 #define CLEAR_REG(REG) ((REG) = (0x0)) macro
|
| /bsp/hc32l196/Libraries/HC32L196_StdPeriph_Driver/inc/ |
| A D | hc32l196_ddl.h | 85 #define CLEAR_REG(REG) ((REG) = (0x0)) macro
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/CMSIS/HK32F0xx/Include/ |
| A D | hk32f0xx.h | 114 #define CLEAR_REG(REG) ((REG) = (0x0)) macro
|
| /bsp/mm32f327x/Libraries/MM32F327x/Include/ |
| A D | types.h | 96 #define CLEAR_REG(reg) ((reg) = (0x0)) macro
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ |
| A D | type.h | 86 #define CLEAR_REG(reg) ((reg) = (0x0)) macro
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/ |
| A D | type.h | 86 #define CLEAR_REG(reg) ((reg) = (0x0)) macro
|
| /bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/ |
| A D | type.h | 92 #define CLEAR_REG(reg) ((reg) = (0x0)) macro
|
| /bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/src/ |
| A D | tae32f53xx_ll_ecu.c | 149 CLEAR_REG(Instance->SQRT_IN); in LL_ECU_DeInit()
|
| A D | tae32f53xx_ll_i2c.c | 160 CLEAR_REG(Instance->INTRMS); in LL_I2C_Init()
|
| /bsp/rockchip/common/rk_hal/lib/hal/inc/ |
| A D | hal_def.h | 36 #define CLEAR_REG(REG) ((*(volatile uint32_t *)&(REG)) = (0x0)) /**< Write 0 to the r… macro
|
| /bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/inc/ |
| A D | tae32f53xx_ll_def.h | 226 #define CLEAR_REG(REG) ((REG) = (0x0)) macro
|
| A D | tae32f53xx_ll_hrpwm.h | 2598 CLEAR_REG(HRPWM->PWM[__TIMERS__].CLRAR); \ 2604 CLEAR_REG(HRPWM->PWM[__TIMERS__].SETAR); \ 2610 CLEAR_REG(HRPWM->PWM[__TIMERS__].CLRBR); \ 2616 CLEAR_REG(HRPWM->PWM[__TIMERS__].SETBR); \
|
| /bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Include/ |
| A D | stm32l1xx.h | 210 #define CLEAR_REG(REG) ((REG) = (0x0)) macro
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/ |
| A D | hal_rcc.c | 53 CLEAR_REG(RCC->CFGR); in RCC_DeInit() 54 CLEAR_REG(RCC->CIR); in RCC_DeInit()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal_rcc.c | 292 CLEAR_REG(RCC->CFGR); in HAL_RCC_DeInit() 295 CLEAR_REG(RCC->CIR); in HAL_RCC_DeInit()
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/Device/ |
| A D | ACM32F0x0.h | 738 #define CLEAR_REG(REG) ((REG) = (0x0)) macro
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/Device/ |
| A D | ACM32F4.h | 823 #define CLEAR_REG(REG) ((REG) = (0x0)) macro
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/Include/ |
| A D | MM32L3xx.h | 4352 #define CLEAR_REG(REG) ((REG) = (0x0)) macro
|