| /bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/ |
| A D | efm32gg_af_pins.h | 139 #define AF_TIMER1_CDTI0_PIN(f) (-1) argument 140 #define AF_TIMER1_CDTI1_PIN(f) (-1) argument 141 #define AF_TIMER1_CDTI2_PIN(f) (-1) argument 145 #define AF_TIMER2_CDTI0_PIN(f) (-1) argument 146 #define AF_TIMER2_CDTI1_PIN(f) (-1) argument 147 #define AF_TIMER2_CDTI2_PIN(f) (-1) argument 151 #define AF_TIMER3_CDTI0_PIN(f) (-1) argument 152 #define AF_TIMER3_CDTI1_PIN(f) (-1) argument 153 #define AF_TIMER3_CDTI2_PIN(f) (-1) argument 168 #define AF_UART0_CLK_PIN(f) (-1) argument [all …]
|
| A D | efm32gg_af_ports.h | 139 #define AF_TIMER1_CDTI0_PORT(f) (-1) argument 140 #define AF_TIMER1_CDTI1_PORT(f) (-1) argument 141 #define AF_TIMER1_CDTI2_PORT(f) (-1) argument 145 #define AF_TIMER2_CDTI0_PORT(f) (-1) argument 146 #define AF_TIMER2_CDTI1_PORT(f) (-1) argument 147 #define AF_TIMER2_CDTI2_PORT(f) (-1) argument 151 #define AF_TIMER3_CDTI0_PORT(f) (-1) argument 152 #define AF_TIMER3_CDTI1_PORT(f) (-1) argument 153 #define AF_TIMER3_CDTI2_PORT(f) (-1) argument 168 #define AF_UART0_CLK_PORT(f) (-1) argument [all …]
|
| /bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/ |
| A D | efm32g_af_pins.h | 41 #define AF_EBI_AD00_PIN(f) ((f) == 0 ? 8 : -1) argument 42 #define AF_EBI_AD01_PIN(f) ((f) == 0 ? 9 : -1) argument 50 #define AF_EBI_AD09_PIN(f) ((f) == 0 ? 0 : -1) argument 74 #define AF_TIMER1_CDTI0_PIN(f) (-1) argument 75 #define AF_TIMER1_CDTI1_PIN(f) (-1) argument 76 #define AF_TIMER1_CDTI2_PIN(f) (-1) argument 80 #define AF_TIMER2_CDTI0_PIN(f) (-1) argument 81 #define AF_TIMER2_CDTI1_PIN(f) (-1) argument 82 #define AF_TIMER2_CDTI2_PIN(f) (-1) argument 97 #define AF_UART0_CLK_PIN(f) (-1) argument [all …]
|
| A D | efm32g_af_ports.h | 41 #define AF_EBI_AD00_PORT(f) ((f) == 0 ? 4 : -1) argument 42 #define AF_EBI_AD01_PORT(f) ((f) == 0 ? 4 : -1) argument 43 #define AF_EBI_AD02_PORT(f) ((f) == 0 ? 4 : -1) argument 74 #define AF_TIMER1_CDTI0_PORT(f) (-1) argument 75 #define AF_TIMER1_CDTI1_PORT(f) (-1) argument 76 #define AF_TIMER1_CDTI2_PORT(f) (-1) argument 80 #define AF_TIMER2_CDTI0_PORT(f) (-1) argument 81 #define AF_TIMER2_CDTI1_PORT(f) (-1) argument 82 #define AF_TIMER2_CDTI2_PORT(f) (-1) argument 97 #define AF_UART0_CLK_PORT(f) (-1) argument [all …]
|
| /bsp/wch/arm/ch579m/libraries/StdPeriphDriver/inc/ |
| A D | CH57x_timer.h | 87 #define TMR0_ITCfg(s,f) ((s)?(R8_TMR0_INTER_EN|=f):(R8_TMR0_INTER_EN&=~f)) /* TMR0… argument 89 #define TMR0_ClearITFlag(f) (R8_TMR0_INT_FLAG = f) /* 清除中断标志 */ argument 90 #define TMR0_GetITFlag(f) (R8_TMR0_INT_FLAG&f) /* 查询中断标志状态 */ argument 120 #define TMR1_ITCfg(s,f) ((s)?(R8_TMR1_INTER_EN|=f):(R8_TMR1_INTER_EN&=~f)) /* TMR1… argument 122 #define TMR1_ClearITFlag(f) (R8_TMR1_INT_FLAG = f) /* 清除中断标志 */ argument 123 #define TMR1_GetITFlag(f) (R8_TMR1_INT_FLAG&f) /* 查询中断标志状态 */ argument 153 #define TMR2_ITCfg(s,f) ((s)?(R8_TMR2_INTER_EN|=f):(R8_TMR2_INTER_EN&=~f)) /* TMR2… argument 155 #define TMR2_ClearITFlag(f) (R8_TMR2_INT_FLAG = f) /* 清除中断标志 */ argument 156 #define TMR2_GetITFlag(f) (R8_TMR2_INT_FLAG&f) /* 查询中断标志状态 */ argument 187 #define TMR3_ClearITFlag(f) (R8_TMR3_INT_FLAG = f) /* 清除中断标志 */ argument [all …]
|
| A D | CH57x_spi.h | 76 #define SPI0_ITCfg(s,f) ((s)?(R8_SPI0_INTER_EN|=f):(R8_SPI0_INTER_EN&=~f)) argument 77 #define SPI0_GetITFlag(f) (R8_SPI0_INT_FLAG&f) /* 获取中断标志状态,0-未置位,(!0)-触发 */ argument 78 #define SPI0_ClearITFlag(f) (R8_SPI0_INT_FLAG = f) /* 清除当前中断标志 */ argument 96 #define SPI1_ITCfg(s,f) ((s)?(R8_SPI1_INTER_EN|=f):(R8_SPI1_INTER_EN&=~f)) argument 97 #define SPI1_GetITFlag(f) (R8_SPI1_INT_FLAG&f) /* 获取中断标志状态,0-未置位,(!0)-触发 */ argument 98 #define SPI1_ClearITFlag(f) (R8_SPI1_INT_FLAG = f) /* 清除当前中断标志 */ argument
|
| /bsp/avr32/software_framework/utils/preprocessor/ |
| A D | tpaste.h | 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 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 89 #define ATPASTE9( a, b, c, d, e, f, g, h, i) TPASTE9( a, b, c, d, e, f, g, h, i) argument 90 #define ATPASTE10(a, b, c, d, e, f, g, h, i, j) TPASTE10(a, b, c, d, e, f, g, h, i, j) argument
|
| /bsp/samd21/sam_d2x_asflib/sam0/utils/preprocessor/ |
| A D | tpaste.h | 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 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 97 #define ATPASTE9( a, b, c, d, e, f, g, h, i) TPASTE9( a, b, c, d, e, f, g, h, i) argument 98 #define ATPASTE10(a, b, c, d, e, f, g, h, i, j) TPASTE10(a, b, c, d, e, f, g, h, i, j) argument
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/ |
| A D | rle_font_read.c | 397 int read_8b(bufferred_reader_t * f, uint8_t* pdata) in read_8b() 406 int read_16b(bufferred_reader_t * f, uint16_t* pword) in read_16b() 422 int read_32b(bufferred_reader_t * f, uint32_t* pword) in read_32b() 440 int read_16b_blob(bufferred_reader_t * f, uint16_t** ary, uint32_t* ary_len) in read_16b_blob() 463 int read_8b_blob(bufferred_reader_t * f, uint8_t** ary, uint32_t *ary_len) in read_8b_blob() 485 int read_rle_font_header(bufferred_reader_t * f, struct mf_font_s* font) in read_rle_font_header() 588 bufferred_reader_t * f = &f_obj; in read_rle_font_from_buffer() local
|
| /bsp/CME_M7/StdPeriph_Driver/inc/ |
| A D | cmem7_retarget.h | 47 int fputc(int c, FILE *f) { in fputc() 60 int fgetc(FILE *f) { in fgetc() 67 int ferror(FILE *f) { in ferror()
|
| /bsp/rx/RPDL/ |
| 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
|
| 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 79 #define R_DMAC_Control(a, b, c, d, e, f, g, h, i) \ argument 86 #define R_DMAC_GetStatus(a, b, c, d, e, f) \ argument
|
| 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 80 #define R_EXDMAC_Control(a, b, c, d, e, f, g, h, i) \ argument 87 #define R_EXDMAC_GetStatus(a, b, c, d, e, f) \ 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
|
| 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
|
| A D | r_pdl_bsc_rx62nxx.h | 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
|
| 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
|
| 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
|
| /bsp/smartfusion2/CMSIS/startup_arm/ |
| A D | retarget.c | 102 int fputc(int ch, FILE *f) in fputc() 110 int fgetc(FILE *f) in fgetc() 125 int ferror(FILE *f) in ferror()
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/cmd/ |
| A D | cmd_util.h | 103 #define cmd_sscanf(s, f, a...) sscanf(s, f, ##a) argument 104 #define cmd_sprintf(s, f, a...) sprintf(s, f, ##a) argument 105 #define cmd_snprintf(s, n, f, a...) snprintf(s, n, f, ##a) argument
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/ |
| A D | printf.c | 68 signed int printf(const char *f, ...) in printf() 115 static const char *FormatItem(const char *f, int a) in FormatItem()
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/ |
| A D | printf.c | 68 signed int printf(const char *f, ...) in printf() 115 static const char *FormatItem(const char *f, int a) in FormatItem()
|
| /bsp/microchip/samc21/bsp/hpl/can/ |
| A D | hpl_can.c | 183 struct _can_rx_fifo_entry *f = NULL; in _can_async_read() local 235 struct _can_tx_fifo_entry *f = NULL; in _can_async_write() local
|
| /bsp/microchip/same54/bsp/hpl/can/ |
| A D | hpl_can.c | 183 struct _can_rx_fifo_entry *f = NULL; in _can_async_read() local 235 struct _can_tx_fifo_entry *f = NULL; in _can_async_write() local
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| A D | pcm_plug.c | 95 snd_pcm_format_t f; in check_linear_format() local 112 snd_pcm_format_t f; in snd_pcm_plug_slave_format() local 365 …int (*f)(snd_pcm_t **_pcm, const char *name, snd_pcm_format_t sformat, snd_pcm_t *slave, int close… in snd_pcm_plug_change_format() local 578 snd_pcm_format_t f; in snd_pcm_plug_hw_refine_schange() local 664 snd_pcm_format_t f; in snd_pcm_plug_hw_refine_cchange() local
|