| /bsp/cvitek/drivers/libraries/ |
| A D | mmio.h | 117 static inline void mmio_clrbits_32(uintptr_t addr, uint32_t clear) in mmio_clrbits_32() argument 119 writel(readl((void *) addr) & ~clear , (void *) addr); in mmio_clrbits_32() 127 static inline void mmio_clrsetbits_32(uintptr_t addr, uint32_t clear, in mmio_clrsetbits_32() argument 130 writel((readl((void *) addr) & ~clear) | set , (void *) addr); in mmio_clrsetbits_32()
|
| /bsp/rockchip/common/rk_hal/lib/hal/src/ |
| A D | hal_gpio.c | 463 uint32_t stat, type, clear; in HAL_GPIO_IRQHandler() local 472 clear = 0x1U << i; in HAL_GPIO_IRQHandler() 475 if ((stat & clear) != 0x0U) { in HAL_GPIO_IRQHandler() 477 if (type & clear) { in HAL_GPIO_IRQHandler() 482 stat &= ~clear; in HAL_GPIO_IRQHandler()
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/ |
| A D | hal_tim.c | 870 void TIM_ClearOC1Ref(TIM_TypeDef* tim, TIMOCCE_Typedef clear) in TIM_ClearOC1Ref() argument 872 MODIFY_REG(tim->CCMR1, TIM_CCMR1_OC1CEN, clear); in TIM_ClearOC1Ref() 884 void TIM_ClearOC2Ref(TIM_TypeDef* tim, TIMOCCE_Typedef clear) in TIM_ClearOC2Ref() argument 886 MODIFY_REG(tim->CCMR1, TIM_CCMR1_OC2CEN, clear << 8); in TIM_ClearOC2Ref() 898 void TIM_ClearOC3Ref(TIM_TypeDef* tim, TIMOCCE_Typedef clear) in TIM_ClearOC3Ref() argument 900 MODIFY_REG(tim->CCMR2, TIM_CCMR2_OC3CEN, clear); in TIM_ClearOC3Ref() 912 void TIM_ClearOC4Ref(TIM_TypeDef* tim, TIMOCCE_Typedef clear) in TIM_ClearOC4Ref() argument 914 MODIFY_REG(tim->CCMR2, TIM_CCMR2_OC4CEN, clear << 8); in TIM_ClearOC4Ref() 1678 void TIM_ClearOC5Ref(TIM_TypeDef* tim, TIMOCCE_Typedef clear) in TIM_ClearOC5Ref() argument 1680 MODIFY_REG(tim->CCMR3, TIM_CCMR3_OC5CEN, clear); in TIM_ClearOC5Ref()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/disp2/ |
| A D | disp_mem.c | 30 int clear;//is clear layer member 218 p->clear = atoi(argv[i]); in parse_cmdline_and_alloc() 261 if (p->clear) in parse_cmdline_and_alloc()
|
| A D | disp_layer_cfg.h | 44 int clear;//is clear layer member
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/ |
| A D | hal_tim.h | 649 void TIM_ClearOC1Ref(TIM_TypeDef* tim, TIMOCCE_Typedef clear); 650 void TIM_ClearOC2Ref(TIM_TypeDef* tim, TIMOCCE_Typedef clear); 651 void TIM_ClearOC3Ref(TIM_TypeDef* tim, TIMOCCE_Typedef clear); 652 void TIM_ClearOC4Ref(TIM_TypeDef* tim, TIMOCCE_Typedef clear); 727 void TIM_ClearOC5Ref(TIM_TypeDef* tim, TIMOCCE_Typedef clear);
|
| /bsp/sparkfun-redv/ |
| A D | README.md | 126 clear - clear the terminal screen
|
| /bsp/renesas/rzn2l_etherkit/ |
| A D | README_zh.md | 94 clear - clear the terminal screen
|
| /bsp/Infineon/libraries/templates/XMC7200D/libs/TARGET_APP_KIT_XMC72_EVK/COMPONENT_CM0P/TOOLCHAIN_ARM/ |
| A D | startup_cm0plus.s | 135 MOVS r2, #0 ; clear value 136 MOVS r3, #0 ; clear value
|
| /bsp/Infineon/xmc7100d-f144k4160aa/libs/TARGET_APP_KIT_XMC71_EVK_LITE_V2/COMPONENT_CM0P/TOOLCHAIN_ARM/ |
| A D | startup_cm0plus.s | 135 MOVS r2, #0 ; clear value 136 MOVS r3, #0 ; clear value
|
| /bsp/Infineon/xmc7200-kit_xmc7200_evk/libs/TARGET_APP_KIT_XMC72_EVK/COMPONENT_CM0P/TOOLCHAIN_ARM/ |
| A D | startup_cm0plus.s | 135 MOVS r2, #0 ; clear value 136 MOVS r3, #0 ; clear value
|
| /bsp/raspberry-pi/raspi2/cpu/ |
| A D | cp15_gcc.S | 109 mcr p15, #0, r0, c1, c0, #0 @ clear mmu bit
|
| /bsp/nxp/imx/imx6sx/cortex-a9/cpu/ |
| A D | cp15_gcc.S | 109 mcr p15, #0, r0, c1, c0, #0 @ clear mmu bit
|
| /bsp/raspberry-pi/raspi3-32/cpu/ |
| A D | cp15_gcc.S | 131 mcr p15, #0, r0, c1, c0, #0 @ clear mmu bit
|
| /bsp/Infineon/libraries/templates/XMC7200D/libs/TARGET_APP_KIT_XMC72_EVK/COMPONENT_CM0P/TOOLCHAIN_IAR/ |
| A D | startup_cm0plus.s | 191 MOVS r0, #0 ; clear value 192 MOVS r1, #0 ; clear value
|
| /bsp/Infineon/xmc7100d-f144k4160aa/libs/TARGET_APP_KIT_XMC71_EVK_LITE_V2/COMPONENT_CM0P/TOOLCHAIN_IAR/ |
| A D | startup_cm0plus.s | 191 MOVS r0, #0 ; clear value 192 MOVS r1, #0 ; clear value
|
| /bsp/Infineon/xmc7200-kit_xmc7200_evk/libs/TARGET_APP_KIT_XMC72_EVK/COMPONENT_CM0P/TOOLCHAIN_IAR/ |
| A D | startup_cm0plus.s | 191 MOVS r0, #0 ; clear value 192 MOVS r1, #0 ; clear value
|
| /bsp/renesas/ra6m3-hmi-board/ |
| A D | README.md | 101 clear - clear the terminal screen
|
| /bsp/Infineon/libraries/templates/XMC7200D/libs/TARGET_APP_KIT_XMC72_EVK/COMPONENT_CM0P/TOOLCHAIN_GCC_ARM/ |
| A D | linker.ld | 189 /* To clear multiple BSS sections, 266 * A) put information to clear the section with all zeros during application
|
| A D | linker_d.ld | 189 /* To clear multiple BSS sections, 266 * A) put information to clear the section with all zeros during application
|
| /bsp/Infineon/xmc7100d-f144k4160aa/libs/TARGET_APP_KIT_XMC71_EVK_LITE_V2/COMPONENT_CM0P/TOOLCHAIN_GCC_ARM/ |
| A D | linker.ld | 189 /* To clear multiple BSS sections, 266 * A) put information to clear the section with all zeros during application
|
| A D | linker_d.ld | 189 /* To clear multiple BSS sections, 266 * A) put information to clear the section with all zeros during application
|
| /bsp/Infineon/xmc7200-kit_xmc7200_evk/libs/TARGET_APP_KIT_XMC72_EVK/COMPONENT_CM0P/TOOLCHAIN_GCC_ARM/ |
| A D | linker.ld | 189 /* To clear multiple BSS sections, 266 * A) put information to clear the section with all zeros during application
|
| A D | linker_d.ld | 189 /* To clear multiple BSS sections, 266 * A) put information to clear the section with all zeros during application
|
| /bsp/renesas/rzn2l_rsk/ |
| A D | README.md | 95 clear - clear the terminal screen
|