| /bsp/wch/arm/ch579m/libraries/StdPeriphDriver/inc/ |
| A D | CH57x_lcd.h | 61 #define LCD_PowerCfg( d ) (R8_LCD_CTRL_MOD=R8_LCD_CTRL_MOD&0x7F|(d<<7)) /* 配置LC… argument 63 #define LCD_ScanCLKCfg( d ) (R8_LCD_CTRL_MOD=R8_LCD_CTRL_MOD&0x9F|(d<<5)) /* 配置LC… argument 69 #define LCD_WriteData0( d ) (R32_LCD_RAM0=R32_LCD_RAM0&0xffffff00|((UINT32)d)) /* 填充SE… argument 70 #define LCD_WriteData1( d ) (R32_LCD_RAM0=R32_LCD_RAM0&0xffff00ff|((UINT32)d<<8)) /* 填充SE… argument 71 #define LCD_WriteData2( d ) (R32_LCD_RAM0=R32_LCD_RAM0&0xff00ffff|((UINT32)d<<16)) /* 填充SE… argument 72 #define LCD_WriteData3( d ) (R32_LCD_RAM0=R32_LCD_RAM0&0x00ffffff|((UINT32)d<<24)) /* 填充SE… argument 74 #define LCD_WriteData4( d ) (R32_LCD_RAM1=R32_LCD_RAM1&0xffffff00|((UINT32)d)) /* 填充SE… argument 75 #define LCD_WriteData5( d ) (R32_LCD_RAM1=R32_LCD_RAM1&0xffff00ff|((UINT32)d<<8)) /* 填充SE… argument 76 #define LCD_WriteData6( d ) (R32_LCD_RAM1=R32_LCD_RAM1&0xff00ffff|((UINT32)d<<16)) /* 填充SE… argument 77 #define LCD_WriteData7( d ) (R32_LCD_RAM1=R32_LCD_RAM1&0x00ffffff|((UINT32)d<<24)) /* 填充SE… argument [all …]
|
| A D | CH57x_pwm.h | 55 #define PWMX_CLKCfg( d ) (R8_PWM_CLOCK_DIV=d) /* PWM4-PWM11 通道基准时钟配置,= d*… argument 58 #define PWM4_ActDataWidth( d ) (R8_PWM4_DATA = d) /* PWM4 有效数据脉宽 */ argument 59 #define PWM5_ActDataWidth( d ) (R8_PWM5_DATA = d) /* PWM5 有效数据脉宽 */ argument 60 #define PWM6_ActDataWidth( d ) (R8_PWM6_DATA = d) /* PWM6 有效数据脉宽 */ argument 61 #define PWM7_ActDataWidth( d ) (R8_PWM7_DATA = d) /* PWM7 有效数据脉宽 */ argument 62 #define PWM8_ActDataWidth( d ) (R8_PWM8_DATA = d) /* PWM8 有效数据脉宽 */ argument 63 #define PWM9_ActDataWidth( d ) (R8_PWM9_DATA = d) /* PWM9 有效数据脉宽 */ argument 64 #define PWM10_ActDataWidth( d ) (R8_PWM10_DATA = d) /* PWM10 有效数据脉宽 */ argument 65 #define PWM11_ActDataWidth( d ) (R8_PWM11_DATA = d) /* PWM11 有效数据脉宽 */ argument
|
| A D | CH57x_adc.h | 79 #define ADC_ChannelCfg( d ) (R8_ADC_CHANNEL = d) … argument 81 #define ADC_SampClkCfg( d ) (R8_ADC_CFG=R8_ADC_CFG&(~RB_ADC_CLK_DIV)|(d<<6)) … argument 83 #define ADC_PGACfg( d ) (R8_ADC_CFG=R8_ADC_CFG&(~RB_ADC_PGA_GAIN)|(d<<4)) … argument 84 #define ADC_TempCalibCfg( d ) (R8_TEM_SENSOR=R8_TEM_SENSOR&(~RB_TEM_SEN_CALIB)|d) … argument 95 UINT16 TouchKey_ExcutSingleConver( UINT8 d ); …
|
| /bsp/avr32/software_framework/utils/preprocessor/ |
| A D | tpaste.h | 63 #define TPASTE4( a, b, c, d) a##b##c##d argument 64 #define TPASTE5( a, b, c, d, e) a##b##c##d##e argument 65 #define TPASTE6( a, b, c, d, e, f) a##b##c##d##e##f argument 66 #define TPASTE7( a, b, c, d, e, f, g) a##b##c##d##e##f##g argument 67 #define TPASTE8( a, b, c, d, e, f, g, h) a##b##c##d##e##f##g##h argument 68 #define TPASTE9( a, b, c, d, e, f, g, h, i) a##b##c##d##e##f##g##h##i argument 69 #define TPASTE10(a, b, c, d, e, f, g, h, i, j) a##b##c##d##e##f##g##h##i##j argument 84 #define ATPASTE4( a, b, c, d) TPASTE4( a, b, c, d) argument 85 #define ATPASTE5( a, b, c, d, e) TPASTE5( a, b, c, d, e) argument 86 #define ATPASTE6( a, b, c, d, e, f) TPASTE6( a, b, c, d, e, f) argument [all …]
|
| /bsp/samd21/sam_d2x_asflib/sam0/utils/preprocessor/ |
| A D | tpaste.h | 71 #define TPASTE4( a, b, c, d) a##b##c##d argument 72 #define TPASTE5( a, b, c, d, e) a##b##c##d##e argument 73 #define TPASTE6( a, b, c, d, e, f) a##b##c##d##e##f argument 74 #define TPASTE7( a, b, c, d, e, f, g) a##b##c##d##e##f##g argument 75 #define TPASTE8( a, b, c, d, e, f, g, h) a##b##c##d##e##f##g##h argument 76 #define TPASTE9( a, b, c, d, e, f, g, h, i) a##b##c##d##e##f##g##h##i argument 77 #define TPASTE10(a, b, c, d, e, f, g, h, i, j) a##b##c##d##e##f##g##h##i##j argument 92 #define ATPASTE4( a, b, c, d) TPASTE4( a, b, c, d) argument 93 #define ATPASTE5( a, b, c, d, e) TPASTE5( a, b, c, d, e) argument 94 #define ATPASTE6( a, b, c, d, e, f) TPASTE6( a, b, c, d, e, f) argument [all …]
|
| /bsp/rx/RPDL/ |
| A D | r_pdl_tmr_rx62nxx.h | 168 #define R_TMR_CreateUnit(a, b, c, d, e, f, g, h, i, j) \ argument 175 #define R_TMR_CreatePeriodic(a, b, c, d, e, f, g) \ argument 184 #define R_TMR_CreateOneShot(a, b, c, d, e) \ argument 200 #define R_TMR_ControlChannel(a, b, c, d, e) \ argument 203 R_TMR_ControlChannelAll( (a), (b), (c), (d), (e) ) : \ 207 #define R_TMR_ControlUnit(a, b, c, d, e) \ argument 210 R_TMR_ControlUnitAll( (a), (b), (c), (d), (e) ): \ 214 #define R_TMR_ControlPeriodic(a, b, c, d) \ argument 223 #define R_TMR_ReadChannel(a, b, c, d, e) \ argument 230 #define R_TMR_ReadUnit(a, b, c, d, e) \ argument [all …]
|
| A D | r_pdl_sci_rx62nxx.h | 135 #define R_SCI_Create(a, b, c, d) \ argument 137 ( ((a) >= SCI_CHANNELS) || ((a) == 4) || ((c) == 0) || ((d) > IPL_MAX) )? \ 139 R_SCI_CreateAll( (a), (b), (c), (d) )\ 149 #define R_SCI_Send(a, b, c, d, e) \ argument 152 R_SCI_SendAll( (a), (b), (c), (d), (e) ): \ 156 #define R_SCI_Receive(a, b, c, d, e, f) \ argument 159 R_SCI_ReceiveAll( (a), (b), (c), (d), (e), (f) ): \ 170 #define R_SCI_GetStatus(a, b, c, d, e) \ argument 173 R_SCI_GetStatusAll( (a), (b), (c), (d), (e) ): \
|
| A D | r_pdl_iic_rx62nxnfp.h | 139 #define R_IIC_Create(a, b, c, d, e, f, g, h) \ argument 142 R_IIC_CreateAll( (a), (b), (c), (d), (e), (f), (g), (h) ) : \ 153 #define R_IIC_MasterSend(a, b, c, d, e, f, g) \ argument 156 R_IIC_MasterSendAll( (a), (b), (c), (d), (e), (f), (g) ) : \ 160 #define R_IIC_MasterReceive(a, b, c, d, e, f, g) \ argument 163 R_IIC_MasterReceiveAll( (a), (b), (c), (d), (e), (f), (g) ) : \ 174 #define R_IIC_SlaveMonitor(a, b, c, d, e, f) \ argument 177 R_IIC_SlaveMonitorAll( (a), (b), (c), (d), (e), (f) ) : \ 195 #define R_IIC_GetStatus(a, b, c, d) \ argument 198 R_IIC_GetStatusAll( (a), (b), (c), (d) ) : \
|
| A D | r_pdl_iic_rx62nxfp.h | 139 #define R_IIC_Create(a, b, c, d, e, f, g, h) \ argument 142 R_IIC_CreateAll( (a), (b), (c), (d), (e), (f), (g), (h) ) : \ 153 #define R_IIC_MasterSend(a, b, c, d, e, f, g) \ argument 156 R_IIC_MasterSendAll( (a), (b), (c), (d), (e), (f), (g) ) : \ 160 #define R_IIC_MasterReceive(a, b, c, d, e, f, g) \ argument 163 R_IIC_MasterReceiveAll( (a), (b), (c), (d), (e), (f), (g) ) : \ 174 #define R_IIC_SlaveMonitor(a, b, c, d, e, f) \ argument 177 R_IIC_SlaveMonitorAll( (a), (b), (c), (d), (e), (f) ) : \ 195 #define R_IIC_GetStatus(a, b, c, d) \ argument 198 R_IIC_GetStatusAll( (a), (b), (c), (d) ) : \
|
| A D | r_pdl_dtc_rx62nxx.h | 69 #define R_DTC_Create(a, b, c, d, e, f) \ argument 71 R_DTC_CreateAll( (a), (uint8_t)((a) >> 24), (b), (c), (d), (e), (f) ) \ 79 #define R_DTC_Control(a, b, c, d, e, f) \ argument 81 R_DTC_ControlAll( (a), (uint8_t)((a) >> 24), (b), (c), (d), (e), (f) ) \ 84 #define R_DTC_GetStatus(a, b, c, d, e, f) \ argument 86 R_DTC_GetStatusAll( (a), (b), (c), (d), (e), (f) ) \
|
| A D | r_pdl_bsc_rx62nxx.h | 85 #define R_BSC_Create(a, b, c, d, e) \ argument 88 R_BSC_CreateAll( (a), (b), (c), (d), (e) ) : \ 92 #define R_BSC_CreateArea(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) \ argument 95 R_BSC_CreateAreaAll( (a), (b), (c), (d), (e), (f), (g), (h), (i), (j), (k), (l), (m), (n), (o) ) : \ 100 #define R_BSC_SDRAM_CreateArea(a, b, c, d, e, f, g, h, i, j, k, l) \ argument 105 #define R_BSC_SDRAM_CreateArea(a, b, c, d, e, f, g, h, i, j, k, l) \ argument 107 R_BSC_SDRAM_CreateAreaAll( (a), (b), (c), (d), (e), (f), (g), (h), (i), (j), (k), (l) ) \
|
| A D | r_pdl_dmac_rx62nxx.h | 72 #define R_DMAC_Create(a, b, c, d, e, f, g, h, i, j, k, l) \ argument 75 R_DMAC_CreateAll( (a), (b), (c), (d), (e), (f), (g), (h), (i), (j), (k), (l) ) : \ 79 #define R_DMAC_Control(a, b, c, d, e, f, g, h, i) \ argument 82 R_DMAC_ControlAll( (a), (b), (c), (d), (e), (f), (g), (h), (i) ) : \ 86 #define R_DMAC_GetStatus(a, b, c, d, e, f) \ argument 89 R_DMAC_GetStatusAll( (a), (b), (c), (d), (e), (f) ) : \
|
| A D | r_pdl_exdmac_rx62nxx.h | 73 #define R_EXDMAC_Create(a, b, c, d, e, f, g, h, i, j, k, l, m) \ argument 76 R_EXDMAC_CreateAll( (a), (b), (c), (d), (e), (f), (g), (h), (i), (j), (k), (l), (m) ) : \ 80 #define R_EXDMAC_Control(a, b, c, d, e, f, g, h, i) \ argument 83 R_EXDMAC_ControlAll( (a), (b), (c), (d), (e), (f), (g), (h), (i) ) : \ 87 #define R_EXDMAC_GetStatus(a, b, c, d, e, f) \ argument 90 R_EXDMAC_GetStatusAll( (a), (b), (c), (d), (e), (f) ) : \
|
| /bsp/simulator/pcap/ |
| A D | pcap_netif.c | 103 pcap_if_t *d; in pcap_netif_init() local 116 for(d = alldevs; d; d = d->next) in pcap_netif_init() 118 rt_kprintf("%d. %s", ++i, d->name); in pcap_netif_init() 119 if (d->description) in pcap_netif_init() 120 rt_kprintf(" (%s)\n", d->description); in pcap_netif_init() 132 for(d = alldevs, i = 0; i < inum-1 ;d = d->next, i++); in pcap_netif_init() 284 pcap_if_t *d; in list_pcap() local 295 for(d = alldevs; d; d = d->next) in list_pcap() 297 rt_kprintf("%d. %s", ++i, d->name); in list_pcap() 298 if (d->description) in list_pcap() [all …]
|
| /bsp/nuvoton/numaker-hmi-ma35d1/nuwriter_scripts/ |
| A D | nuwriter.py | 176 for key in d.keys(): 202 if d['boot_cfg']['bootsrc'] == 'sd' or d['boot_cfg']['bootsrc'] == 'emmc': 216 if d['boot_cfg']['option'] == 'sd1' or d['boot_cfg']['option'] == 'emmc1' or \ 217 d['boot_cfg']['option'] == 't12' or d['boot_cfg']['option'] == 'spinand4': 1124 for key in d.keys(): 1237 for img in d["image"]: 1290 for img in d["image"]: 1413 if "header" in d: 1534 if "env" in d: 1537 out_file.write(conv_env(d["env"]["file"], int(d["env"]["blksize"], 0))) [all …]
|
| /bsp/nuvoton/numaker-iot-ma35d1/nuwriter_scripts/ |
| A D | nuwriter.py | 176 for key in d.keys(): 202 if d['boot_cfg']['bootsrc'] == 'sd' or d['boot_cfg']['bootsrc'] == 'emmc': 216 if d['boot_cfg']['option'] == 'sd1' or d['boot_cfg']['option'] == 'emmc1' or \ 217 d['boot_cfg']['option'] == 't12' or d['boot_cfg']['option'] == 'spinand4': 1124 for key in d.keys(): 1237 for img in d["image"]: 1290 for img in d["image"]: 1413 if "header" in d: 1534 if "env" in d: 1537 out_file.write(conv_env(d["env"]["file"], int(d["env"]["blksize"], 0))) [all …]
|
| /bsp/CME_M7/StdPeriph_Driver/src/ |
| A D | cmem7_flash.c | 191 uint32_t d = NOR_FLASH->DATA; in flash_ReadFifo() local 193 *(data + count++) = d >> 24; in flash_ReadFifo() 220 uint32_t d = 0; in flash_WriteFifo() local 223 d = *(data + count++) << 24; in flash_WriteFifo() 225 d |= *(data + count++) << 8; in flash_WriteFifo() 226 d |= *(data + count++); in flash_WriteFifo() 229 d = *(data + count++) << 24; in flash_WriteFifo() 231 d |= *(data + count++) << 8; in flash_WriteFifo() 234 d = *(data + count++) << 24; in flash_WriteFifo() 238 d = *(data + count++) << 24; in flash_WriteFifo() [all …]
|
| /bsp/rockchip/common/rk_hal/lib/hal/src/ |
| A D | hal_base_ex.c | 52 uint64_t d = 1; in HAL_DivU64Rem() local 64 d = d + d; in HAL_DivU64Rem() 70 result += d; in HAL_DivU64Rem() 73 d >>= 1; in HAL_DivU64Rem() 74 } while (d); in HAL_DivU64Rem()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/FreeRTOS/ |
| A D | os_util.h | 73 #define OS_Memcpy(d, s, l) memcpy(d, s, l) argument 74 #define OS_Memset(d, c, l) memset(d, c, l) argument 76 #define OS_Memmove(d, s, n) memmove(d, s, n) argument
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/RT-Thread/ |
| A D | os_util.h | 66 #define OS_Memcpy(d, s, l) memcpy(d, s, l) argument 67 #define OS_Memset(d, c, l) memset(d, c, l) argument 69 #define OS_Memmove(d, s, n) memmove(d, s, n) argument
|
| /bsp/Vango/v85xxp/ |
| A D | keil_Kill.bat | 21 del *.d /s 33 for /r %%d in (.) do rd /s /q "%%d\Listings" 2>nul 34 for /r %%d in (.) do rd /s /q "%%d\RTE" 2>nul 35 for /r %%d in (.) do rd /s /q "%%d\Objects" 2>nul
|
| /bsp/ht32/ht32f12366/ |
| A D | SConscript | 10 for d in list: #for循环用d记录循环的次数,直到寻遍所有路径 11 path = os.path.join(cwd, d) #根据d获取到不同的路径 13 objs = objs + SConscript(os.path.join(d, 'SConscript')) #将路径中SConscript文件内的源码读取到objs中
|
| /bsp/ht32/ht32f52352/ |
| A D | SConscript | 10 for d in list: #for循环用d记录循环的次数,直到寻遍所有路径 11 path = os.path.join(cwd, d) #根据d获取到不同的路径 13 objs = objs + SConscript(os.path.join(d, 'SConscript')) #将路径中SConscript文件内的源码读取到objs中
|
| /bsp/ht32/ht32f53252/ |
| A D | SConscript | 10 for d in list: #for循环用d记录循环的次数,直到寻遍所有路径 11 path = os.path.join(cwd, d) #根据d获取到不同的路径 13 objs = objs + SConscript(os.path.join(d, 'SConscript')) #将路径中SConscript文件内的源码读取到objs中
|
| /bsp/nxp/lpc/lpc43xx/M0/ |
| A D | SConscript | 6 for d in os.listdir(os.path.join(cwd, '..')): 7 if d not in ('M0', 'M4'): 8 path = os.path.join('..', d, 'SConscript') 12 for d in os.listdir(cwd): 13 p = os.path.join(d, 'SConscript');
|