| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/ |
| A D | ht32f5xxxx_lcd.h | 310 #define IS_LCD_CLEAR(CLR) ((((CLR) & 0xFFFFFFFC) == 0) && ((CLR) != 0)) argument
|
| /bsp/nxp/lpc/lpc43xx/drivers/ |
| A D | drv_led.c | 58 LPC_GPIO_PORT->CLR[LED1_PORT] |= 0x01 << LED1_PIN; in rt_led_init() 59 LPC_GPIO_PORT->CLR[LED2_PORT] |= 0x01 << LED2_PIN; in rt_led_init() 118 LPC_GPIO_PORT->CLR[led.ctrl[pos + index].port] = (1 << led.ctrl[pos + index].num); in rt_led_write()
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ |
| A D | ald_adc.c | 194 WRITE_REG(hperh->perh->CLR, 0x30F); in ald_adc_reset() 237 WRITE_REG(hperh->perh->CLR, ADC_FLAG_NCH | ADC_FLAG_NCHS); in ald_adc_normal_start() 290 WRITE_REG(hperh->perh->CLR, ADC_FLAG_NCHS | ADC_FLAG_NCH); in ald_adc_normal_poll_for_conversion() 341 WRITE_REG(hperh->perh->CLR, ADC_FLAG_NCH); in ald_adc_normal_start_by_it() 593 WRITE_REG(hperh->perh->CLR, ADC_FLAG_NCH | ADC_FLAG_NCHS); in ald_adc_get_vdd_value() 621 WRITE_REG(hperh->perh->CLR, ADC_FLAG_ICH); in ald_adc_insert_start() 674 WRITE_REG(hperh->perh->CLR, ADC_FLAG_ICHS | ADC_FLAG_ICH); in ald_adc_insert_poll_for_conversion() 692 WRITE_REG(hperh->perh->CLR, ADC_FLAG_ICHS | ADC_FLAG_ICH); in ald_adc_insert_start_by_it() 767 WRITE_REG(hperh->perh->CLR, ADC_FLAG_AWD); in ald_adc_irq_handler() 774 WRITE_REG(hperh->perh->CLR, ADC_FLAG_OVR); in ald_adc_irq_handler() [all …]
|
| /bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/ |
| A D | ald_adc.c | 158 WRITE_REG(hperh->perh->CLR, 0x30F); in ald_adc_reset() 203 WRITE_REG(hperh->perh->CLR, ALD_ADC_FLAG_NCH | ALD_ADC_FLAG_NCHS); in ald_adc_normal_start() 257 WRITE_REG(hperh->perh->CLR, ALD_ADC_FLAG_NCHS | ALD_ADC_FLAG_NCH); in ald_adc_normal_poll_for_conversion() 307 WRITE_REG(hperh->perh->CLR, ALD_ADC_FLAG_NCH); in ald_adc_normal_start_by_it() 604 WRITE_REG(hperh->perh->CLR, ALD_ADC_FLAG_ICH); in ald_adc_insert_start() 657 WRITE_REG(hperh->perh->CLR, ALD_ADC_FLAG_ICHS | ALD_ADC_FLAG_ICH); in ald_adc_insert_poll_for_conversion() 675 WRITE_REG(hperh->perh->CLR, ALD_ADC_FLAG_ICHS | ALD_ADC_FLAG_ICH); in ald_adc_insert_start_by_it() 753 WRITE_REG(hperh->perh->CLR, ALD_ADC_FLAG_NCH | ALD_ADC_FLAG_NCHS); in ald_adc_irq_handler() 770 WRITE_REG(hperh->perh->CLR, ALD_ADC_FLAG_AWD); in ald_adc_irq_handler() 777 WRITE_REG(hperh->perh->CLR, ALD_ADC_FLAG_OVR); in ald_adc_irq_handler() [all …]
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/ |
| A D | ald_adc.c | 182 WRITE_REG(hperh->perh->CLR, 0x30F); in ald_adc_reset() 225 WRITE_REG(hperh->perh->CLR, ADC_FLAG_NCH | ADC_FLAG_NCHS); in ald_adc_normal_start() 279 WRITE_REG(hperh->perh->CLR, ADC_FLAG_NCHS | ADC_FLAG_NCH); in ald_adc_normal_poll_for_conversion() 329 WRITE_REG(hperh->perh->CLR, ADC_FLAG_NCH); in ald_adc_normal_start_by_it() 663 WRITE_REG(hperh->perh->CLR, ADC_FLAG_ICH); in ald_adc_insert_start() 716 WRITE_REG(hperh->perh->CLR, ADC_FLAG_ICHS | ADC_FLAG_ICH); in ald_adc_insert_poll_for_conversion() 734 WRITE_REG(hperh->perh->CLR, ADC_FLAG_ICHS | ADC_FLAG_ICH); in ald_adc_insert_start_by_it() 812 WRITE_REG(hperh->perh->CLR, ADC_FLAG_NCH | ADC_FLAG_NCHS); in ald_adc_irq_handler() 829 WRITE_REG(hperh->perh->CLR, ADC_FLAG_AWD); in ald_adc_irq_handler() 836 WRITE_REG(hperh->perh->CLR, ADC_FLAG_OVR); in ald_adc_irq_handler() [all …]
|
| /bsp/rm48x50/HALCoGen/include/ |
| A D | reg_i2c.h | 64 uint32 CLR; /**< 0x005C Pin Data Clr Register */ member
|
| A D | reg_sci.h | 60 uint32 CLR; /**< 0x0050 Pin Data Clr Register */ member
|
| A D | reg_lin.h | 61 uint32 CLR; /**< 0x0050: Pin data clr register */ member
|
| /bsp/nxp/lpc/lpc178x/drivers/ |
| A D | lpc17xx_lcd.c | 28 LPC_GPIO5->CLR = 1<<4; in rt_lcd_init()
|
| /bsp/nxp/lpc/lpc178x/applications/ |
| A D | application.c | 127 #define rt_hw_led_on(n) LPC_GPIO2->CLR |= 1<<25;
|
| /bsp/wch/risc-v/Libraries/ch56x_drivers/ |
| A D | ch56x_gpio.h | 140 uint32_t CLR; // reset value is 0 member
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6800/ip/ |
| A D | hpm_crc_regs.h | 15 __RW uint32_t CLR; /* 0x4: chn clear crc result and setting */ member
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6E00/ip/ |
| A D | hpm_crc_regs.h | 15 __RW uint32_t CLR; /* 0x4: chn clear crc result and setting */ member
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6200/ip/ |
| A D | hpm_crc_regs.h | 15 __RW uint32_t CLR; /* 0x4: chn clear crc result and setting */ member
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM5300/ip/ |
| A D | hpm_crc_regs.h | 15 __RW uint32_t CLR; /* 0x4: chn clear crc result and setting */ member
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/ |
| A D | n32l40x_lcd.h | 562 SET_BIT((LCD->CLR), (__FLAG__)); \ 563 CLEAR_BIT((LCD->CLR), (__FLAG__)); \
|
| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/ |
| A D | n32l43x_lcd.h | 562 SET_BIT((LCD->CLR), (__FLAG__)); \ 563 CLEAR_BIT((LCD->CLR), (__FLAG__)); \
|
| /bsp/nxp/lpc/lpc408x/drivers/ |
| A D | drv_led.c | 103 led.ctrl[pos + index].port->CLR |= (1 << led.ctrl[pos + index].num); in rt_led_write()
|
| /bsp/nxp/lpc/lpc5410x/drivers/ |
| A D | drv_led.c | 103 LPC_GPIO->CLR[0] |= (1 << led.ctrl[pos + index].num); in rt_led_write()
|
| /bsp/xplorer4330/drivers/ |
| A D | drv_led.c | 111 LPC_GPIO_PORT->CLR[led.ctrl[pos + index].port] = (1 << led.ctrl[pos + index].num); in rt_led_write()
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/ |
| A D | ht32f5xxxx_lcd.c | 564 HT_LCD->CLR = LCD_Flag; in LCD_ClearFlag()
|
| /bsp/nxp/imx/imxrt/imxrt1170-nxp-evk/board/ |
| A D | display_support.c | 374 VIDEO_MUX->VID_MUX_CTRL.CLR = VIDEO_MUX_VID_MUX_CTRL_MIPI_DSI_SEL_MASK; in BOARD_InitDisplayInterface()
|
| /bsp/essemi/es32vf2264/libraries/RV_CORE/Device/EastSoft/ES32VF2264/Include/ES32VF2264/ |
| A D | reg_adc.h | 383 __O uint32_t CLR; member
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_GPIO.c | 414 GPIOx->CLR |= lu32_Current_Pin; in HAL_GPIO_DeInit()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal_lcd.h | 679 #define __HAL_LCD_CLEAR_FLAG(__HANDLE__, __FLAG__) ((__HANDLE__)->Instance->CLR = (__FLAG__))
|