| /bsp/avr32/software_framework/utils/preprocessor/ |
| A D | tpaste.h | 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 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 87 #define ATPASTE7( a, b, c, d, e, f, g) TPASTE7( a, b, c, d, e, f, g) argument 88 #define ATPASTE8( a, b, c, d, e, f, g, h) TPASTE8( a, b, c, d, e, f, g, h) argument [all …]
|
| /bsp/samd21/sam_d2x_asflib/sam0/utils/preprocessor/ |
| A D | tpaste.h | 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 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 95 #define ATPASTE7( a, b, c, d, e, f, g) TPASTE7( a, b, c, d, e, f, g) argument 96 #define ATPASTE8( a, b, c, d, e, f, g, h) TPASTE8( a, b, c, d, e, f, g, h) 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 186 ( ((a) > PDL_TMR_UNIT1) || ((e) > IPL_MAX) ) ? \ 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) ): \ 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_bsc_rx62nxx.h | 85 #define R_BSC_Create(a, b, c, d, e) \ argument 87 ( (e) <= IPL_MAX ) ? \ 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_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_cmt_rx62nxx.h | 68 #define R_CMT_Create(a, b, c, d, e) \ argument 70 ( ( ((a) < CMT_CHANNELS ) && ((e) <= IPL_MAX) ) ) ? \ 71 R_CMT_CreateAll( (a), (b), (c), (d), (e) ) : \ 75 #define R_CMT_CreateOneShot(a, b, c, d, e) \ argument 77 ( ( ((a) < CMT_CHANNELS ) && ((e) <= IPL_MAX) ) ) ? \ 78 R_CMT_CreateOneShotAll( (a), (b), (c), (d), (e) ) : \
|
| 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) ) : \
|
| 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) ) : \
|
| 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) ) : \
|
| A D | r_pdl_sci_rx62nxx.h | 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_rtc_RX62Nxx.h | 58 #define R_RTC_Create(a, b, c, d, e, f, g, h, i) \ argument 61 R_RTC_CreateAll( (a), (b), (c), (d), (e), (f), (g), (h), (i) ): \ 65 #define R_RTC_Control(a, b, c, d, e, f) \ argument 67 R_RTC_ControlAll( (a), (b), (c), (d), (e), (f) ) \
|
| A D | r_pdl_spi_rx62nxx.h | 88 #define R_SPI_Create(a, b, c, d, e) \ argument 91 R_SPI_CreateAll( (a), (b), (c), (d), (e) ): \ 109 #define R_SPI_Transfer(a, b, c, d, e, f, g) \ argument 112 R_SPI_TransferAll( (a), (b), (c), (d), (e), (f), (g) ): \
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_tsns_drv.c | 10 void tsns_configure_low_limit_event(TSNS_Type *ptr, int32_t low, tsns_event_t e) in tsns_configure_low_limit_event() argument 12 switch (e) { in tsns_configure_low_limit_event() 26 void tsns_configure_high_limit_event(TSNS_Type *ptr, int32_t high, tsns_event_t e) in tsns_configure_high_limit_event() argument 28 switch (e) { in tsns_configure_high_limit_event() 42 void tsns_configure_limit_event(TSNS_Type *ptr, int32_t high, int32_t low, tsns_event_t e) in tsns_configure_limit_event() argument 45 switch (e) { in tsns_configure_limit_event()
|
| /bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/tools/ |
| A D | dump_display_over_serial.py | 66 except ValueError as e: 67 print "error: invalid serial port parameters. %s" % (str(e)) 70 except serial.SerialException as e: 71 print "error: could not open serial port. %s" % (str(e)) 74 except IOError as e: 75 print "error: could not open output file. %s" % (str(e))
|
| /bsp/tae32f5300/Libraries/CMSIS/Include/ |
| A D | arm_vec_math.h | 144 int32x4_t * e) in vmant_exp_f32() argument 154 *e = n; in vmant_exp_f32() 327 float32x4_t e = vrsqrteq_f32(x1); in __arm_vec_sqrt_f32_neon() local 328 e = vmulq_f32(vrsqrtsq_f32(vmulq_f32(x1, e), e), e); in __arm_vec_sqrt_f32_neon() 329 e = vmulq_f32(vrsqrtsq_f32(vmulq_f32(x1, e), e), e); in __arm_vec_sqrt_f32_neon() 330 return vmulq_f32(x, e); in __arm_vec_sqrt_f32_neon()
|
| /bsp/qemu-vexpress-a9/ |
| A D | rtconfig.py | 6 …return "#define AUTOMAC".join([str(int(e/2) + 1) + ' 0x' + mac[e:e+2] + '\n' for e in range(5,11,…
|
| /bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/ |
| A D | gfx_mono_generic.c | 191 int8_t e; in gfx_mono_generic_draw_line() local 224 e = dy - dx; in gfx_mono_generic_draw_line() 227 if (e >= 0) { in gfx_mono_generic_draw_line() 228 e -= dx; in gfx_mono_generic_draw_line() 232 e += dy; in gfx_mono_generic_draw_line() 236 e = dx - dy; in gfx_mono_generic_draw_line() 239 if (e >= 0) { in gfx_mono_generic_draw_line() 240 e -= dy; in gfx_mono_generic_draw_line() 244 e += dx; in gfx_mono_generic_draw_line()
|
| /bsp/ht32/ht32f12366/ |
| A D | README.md | 27 - 调试接口:板载的 e-Link32 Lite SWD 下载 65 使用数据线通过板载的 e-Link32 Lite将芯片连接到 PC。 71 > 注:工程默认配置使用CMSIS-DAP下载方式,在通过 e-Link32 Lite 连接开发板的基础上,点击下载按钮即可下载程序到开发板。 77 连接开发板对应串口到 PC(也可以通过e-Link32 Lite的模拟串口将开发板连接到PC), 在终端工具里调整好串口配置(115200-8-1-N)并打开相应的串口,复位设备后,可以看到 RT-…
|
| /bsp/ht32/ht32f53252/ |
| A D | README.md | 27 - 调试接口:板载的 e-Link32 Lite SWD 下载 66 使用数据线通过板载的 e-Link32 Lite将芯片连接到 PC。 72 > 注:工程默认配置使用CMSIS-DAP下载方式,在通过 e-Link32 Lite 连接开发板的基础上,点击下载按钮即可下载程序到开发板。 78 连接开发板对应串口到 PC(也可以通过e-Link32 Lite的模拟串口将开发板连接到PC), 在终端工具里调整好串口配置(115200-8-1-N)并打开相应的串口,复位设备后,可以看到 RT-…
|
| /bsp/ht32/ht32f52352/ |
| A D | README.md | 27 - 调试接口:板载的 e-Link32 Lite SWD 下载 66 使用数据线通过板载的 e-Link32 Lite将芯片连接到 PC。 72 > 注:工程默认配置使用CMSIS-DAP下载方式,在通过 e-Link32 Lite 连接开发板的基础上,点击下载按钮即可下载程序到开发板。 78 连接开发板对应串口到 PC(也可以通过e-Link32 Lite的模拟串口将开发板连接到PC), 在终端工具里调整好串口配置(115200-8-1-N)并打开相应的串口,复位设备后,可以看到 RT-…
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/ |
| A D | ehci-timer.c | 456 unsigned e; in ehci_hrtimer_func() local 473 for (int e = 0; e < EHCI_HRTIMER_NUM_EVENTS; e++) in ehci_hrtimer_func() local 475 if (events & BIT(e)) in ehci_hrtimer_func() 477 if (now >= ehci->hr_timeouts[e]) // if (now.tv64 >= ehci->hr_timeouts[e].tv64) in ehci_hrtimer_func() 479 event_handlers[e](ehci); in ehci_hrtimer_func() 483 ehci_enable_event(ehci, e, false); in ehci_hrtimer_func()
|
| /bsp/sparkfun-redv/applications/ |
| A D | SConscript | 11 os.path.join(str(Dir('#')), 'freedom-e-sdk/bsp/env'), 12 os.path.join(str(Dir('#')), 'freedom-e-sdk/bsp/env/freedom-e300-hifive1'), 13 os.path.join(str(Dir('#')), 'freedom-e-sdk/include/sifive/devices'),
|
| /bsp/stm32/stm32l475-atk-pandora/applications/lvgl/demo/ |
| A D | lv_demo_calendar.c | 4 static void event_handler(lv_event_t * e) in event_handler() argument 6 lv_event_code_t code = lv_event_get_code(e); in event_handler() 7 lv_obj_t * obj = lv_event_get_current_target(e); in event_handler()
|
| /bsp/stm32/stm32f407-atk-explorer/applications/lvgl/demo/ |
| A D | lv_demo_calendar.c | 5 static void event_handler(lv_event_t * e) in event_handler() argument 7 lv_event_code_t code = lv_event_get_code(e); in event_handler() 8 lv_obj_t * obj = lv_event_get_current_target(e); in event_handler()
|