| /bsp/avr32/software_framework/utils/preprocessor/ |
| A D | tpaste.h | 62 #define TPASTE3( a, b, c) a##b##c argument 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 83 #define ATPASTE3( a, b, c) TPASTE3( a, b, c) 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 [all …]
|
| /bsp/samd21/sam_d2x_asflib/sam0/utils/preprocessor/ |
| A D | tpaste.h | 70 #define TPASTE3( a, b, c) a##b##c argument 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 91 #define ATPASTE3( a, b, c) TPASTE3( a, b, c) 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 [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/ |
| A D | card.h | 321 #define mmc_card_mmc(c) ((c)->type == MMC_TYPE_MMC) argument 322 #define mmc_card_sd(c) ((c)->type == MMC_TYPE_SD) argument 323 #define mmc_card_sdio(c) ((c)->type == MMC_TYPE_SDIO) argument 324 #define mmc_card_sd_combo(c) ((c)->type == MMC_TYPE_SD_COMBO) argument 326 #define mmc_card_present(c) ((c)->state & MMC_STATE_PRESENT) argument 327 #define mmc_card_readonly(c) ((c)->state & MMC_STATE_READONLY) argument 334 #define mmc_card_ext_capacity(c) ((c)->state & MMC_CARD_SDXC) argument 336 #define mmc_card_is_sleep(c) ((c)->state & MMC_STATE_SLEEP) argument 347 #define mmc_card_set_removed(c) ((c)->state |= MMC_CARD_REMOVED) argument 348 #define mmc_card_set_sleep(c) ((c)->state |= MMC_STATE_SLEEP) argument [all …]
|
| /bsp/rx/RPDL/ |
| A D | r_pdl_tmr_rx62nxx.h | 161 #define R_TMR_CreateChannel(a, b, c, d, e, f, g, h, i, j) \ argument 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 207 #define R_TMR_ControlUnit(a, b, c, d, e) \ argument 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
|
| A D | r_pdl_spi_rx62nxx.h | 88 #define R_SPI_Create(a, b, c, d, e) \ argument 102 #define R_SPI_Command(a, b, c, d) \ argument 109 #define R_SPI_Transfer(a, b, c, d, e, f, g) \ argument 116 #define R_SPI_Control(a, b, c) \ argument 123 #define R_SPI_GetStatus(a, b, c) \ argument
|
| A D | r_pdl_cmt_rx62nxx.h | 68 #define R_CMT_Create(a, b, c, d, e) \ argument 75 #define R_CMT_CreateOneShot(a, b, c, d, e) \ argument 89 #define R_CMT_Control(a, b, c) \ argument 96 #define R_CMT_Read(a, b, c) \ argument
|
| A D | r_pdl_iic_rx62nxnfp.h | 139 #define R_IIC_Create(a, b, c, d, e, f, g, h) \ argument 153 #define R_IIC_MasterSend(a, b, c, d, e, f, g) \ argument 160 #define R_IIC_MasterReceive(a, b, c, d, e, f, g) \ argument 174 #define R_IIC_SlaveMonitor(a, b, c, d, e, f) \ argument 181 #define R_IIC_SlaveSend(a, b, c) \ argument 195 #define R_IIC_GetStatus(a, b, c, d) \ argument
|
| A D | r_pdl_iic_rx62nxfp.h | 139 #define R_IIC_Create(a, b, c, d, e, f, g, h) \ argument 153 #define R_IIC_MasterSend(a, b, c, d, e, f, g) \ argument 160 #define R_IIC_MasterReceive(a, b, c, d, e, f, g) \ argument 174 #define R_IIC_SlaveMonitor(a, b, c, d, e, f) \ argument 181 #define R_IIC_SlaveSend(a, b, c) \ argument 195 #define R_IIC_GetStatus(a, b, c, d) \ argument
|
| A D | r_pdl_io_port_rx62nxbg.h | 122 #define R_IO_PORT_ReadControl(a, b, c) \ argument 133 #define R_IO_PORT_ModifyControl(a, b, c) \ argument 166 #define R_IO_PORT_Compare(a, b, c) \ argument 177 #define R_IO_PORT_Modify(a, b, c) \ argument
|
| A D | r_pdl_io_port_rx62nxfb.h | 123 #define R_IO_PORT_ReadControl(a, b, c) \ argument 134 #define R_IO_PORT_ModifyControl(a, b, c) \ argument 167 #define R_IO_PORT_Compare(a, b, c) \ argument 178 #define R_IO_PORT_Modify(a, b, c) \ argument
|
| A D | r_pdl_io_port_rx62nxfp.h | 123 #define R_IO_PORT_ReadControl(a, b, c) \ argument 134 #define R_IO_PORT_ModifyControl(a, b, c) \ argument 167 #define R_IO_PORT_Compare(a, b, c) \ argument 178 #define R_IO_PORT_Modify(a, b, c) \ argument
|
| A D | r_pdl_io_port_rx62nxld.h | 123 #define R_IO_PORT_ReadControl(a, b, c) \ argument 134 #define R_IO_PORT_ModifyControl(a, b, c) \ argument 167 #define R_IO_PORT_Compare(a, b, c) \ argument 178 #define R_IO_PORT_Modify(a, b, c) \ argument
|
| A D | r_pdl_io_port_rx62nxle.h | 123 #define R_IO_PORT_ReadControl(a, b, c) \ argument 134 #define R_IO_PORT_ModifyControl(a, b, c) \ argument 167 #define R_IO_PORT_Compare(a, b, c) \ argument 178 #define R_IO_PORT_Modify(a, b, c) \ argument
|
| A D | r_pdl_bsc_rx62nxx.h | 85 #define R_BSC_Create(a, b, c, d, e) \ argument 92 #define R_BSC_CreateArea(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) \ argument 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 123 #define R_BSC_GetStatus(a, b, c) \ argument
|
| A D | r_pdl_intc_rx62nxx.h | 74 #define R_INTC_CreateExtInterrupt(a, b, c, d) \ argument 81 #define R_INTC_CreateSoftwareInterrupt(a, b, c) \ argument 105 #define R_INTC_CreateExceptionHandlers(a, b, c) \ argument 114 #define R_INTC_Modify(a, b, c) \ argument
|
| A D | r_pdl_sci_rx62nxx.h | 135 #define R_SCI_Create(a, b, c, d) \ argument 149 #define R_SCI_Send(a, b, c, d, e) \ argument 156 #define R_SCI_Receive(a, b, c, d, e, f) \ argument 170 #define R_SCI_GetStatus(a, b, c, d, e) \ argument
|
| A D | r_pdl_poe_rx62nxx.h | 57 #define R_POE_Set(a, b, c) \ argument 62 #define R_POE_Create(a, b, c, d, e, f) \ argument 69 #define R_POE_Control(a, b, c) \ argument
|
| A D | r_pdl_rtc_RX62Nxx.h | 58 #define R_RTC_Create(a, b, c, d, e, f, g, h, i) \ argument 65 #define R_RTC_Control(a, b, c, d, e, f) \ argument 70 #define R_RTC_Read(a, b, c) \ argument
|
| A D | r_pdl_dtc_rx62nxx.h | 69 #define R_DTC_Create(a, b, c, d, e, f) \ argument 79 #define R_DTC_Control(a, b, c, d, e, f) \ argument 84 #define R_DTC_GetStatus(a, b, c, d, e, f) \ argument
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/spinor/ |
| A D | cache.c | 61 static void clear_cache(cache_t *c) in clear_cache() 68 static void delete_cache(cache_t *c) in delete_cache() 75 static int init_cache(cache_t *c) in init_cache() 162 static int check_cache_addr(cache_t *c, unsigned int addr, unsigned int len) in check_cache_addr() 175 static inline void set_cache_addr(cache_t *c, unsigned int addr) in set_cache_addr() 185 cache_t *c = &nc->cache; in get_addr_by_page() local 194 cache_t *c = &nc->cache; in get_addr_by_blk() local 250 cache_t *c = &nc->cache; in nor_flush_write() local 296 cache_t *c = &nc->cache; in nor_cache_write() local 377 cache_t *c = &nc->cache; in nor_cache_read() local [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/core/ |
| A D | snd_params.c | 198 void snd_range_add(const snd_interval_t *a, const snd_interval_t *b, snd_interval_t *c) in snd_range_add() 212 void snd_interval_sub(const snd_interval_t *a, const snd_interval_t *b, snd_interval_t *c) in snd_interval_sub() 226 void snd_range_mul(const snd_interval_t *a, const snd_interval_t *b, snd_interval_t *c) in snd_range_mul() 250 void snd_range_div(const snd_interval_t *a, const snd_interval_t *b, snd_interval_t *c) in snd_range_div() 277 const snd_interval_t *c, snd_interval_t *d) in snd_range_muldiv() 308 unsigned int k, snd_interval_t *c) in snd_range_muldivk() 340 const snd_interval_t *b, snd_interval_t *c) in snd_range_mulkdiv()
|
| /bsp/mini4020/drivers/ |
| A D | lcdc.c | 40 void lcd_set_pixel(rtgui_color_t *c, int x, int y) in lcd_set_pixel() 50 void lcd_get_pixel(rtgui_color_t *c, int x, int y) in lcd_get_pixel() 55 void lcd_draw_hline(rtgui_color_t *c, int x1, int x2, int y) in lcd_draw_hline() 69 void lcd_draw_vline(rtgui_color_t *c, int x, int y1, int y2) in lcd_draw_vline()
|
| /bsp/cvitek/drivers/libraries/ |
| A D | mmio.h | 35 #define readb(c) ({ u8 __v; __io_br(); __v = __raw_readb(c); __io_ar(__v); __v; }) argument 36 #define readw(c) ({ u16 __v; __io_br(); __v = __raw_readw(c); __io_ar(__v); __v; }) argument 37 #define readl(c) ({ u32 __v; __io_br(); __v = __raw_readl(c); __io_ar(__v); __v; }) argument 39 #define writeb(v, c) ({ __io_bw(); __raw_writeb((v), (c)); __io_aw(); }) argument 40 #define writew(v, c) ({ __io_bw(); __raw_writew((v), (c)); __io_aw(); }) argument 41 #define writel(v, c) ({ __io_bw(); __raw_writel((v), (c)); __io_aw(); }) argument 44 #define readq(c) ({ u64 __v; __io_br(); __v = __raw_readq(c); __io_ar(__v); __v; }) argument 45 #define writeq(v, c) ({ __io_bw(); __raw_writeq((v), (c)); __io_aw(); }) argument
|
| /bsp/hpmicro/libraries/hpm_sdk/components/debug_console/ |
| A D | hpm_debug_console.c | 36 uint8_t c; in console_receive_byte() local 44 uint8_t c = 0; in console_try_receive_byte() local 51 void console_send_byte(uint8_t c) in console_send_byte() 112 int __SEGGER_RTL_X_file_unget(__SEGGER_RTL_FILE *stream, int c) in __SEGGER_RTL_X_file_unget()
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/ |
| A D | vft_debug.h | 89 #define DBG_READ_32B(a,b,c) argument 92 #define dbg_float_ary_no_offset_update(a, b, c,d) argument 93 #define dbg_int_ary_no_offset_update(a, b, c,d) argument 94 #define vft_dbg_path_bounds(a,b,c) argument 95 #define vft_dbg_path(a,b,c) argument
|