| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32v10x_usb.c | 76 void DevEP1_IN_Deal(UINT8 l) in DevEP1_IN_Deal() 91 void DevEP2_IN_Deal(UINT8 l) in DevEP2_IN_Deal() 106 void DevEP3_IN_Deal(UINT8 l) in DevEP3_IN_Deal() 121 void DevEP4_IN_Deal(UINT8 l) in DevEP4_IN_Deal() 136 void DevEP5_IN_Deal(UINT8 l) in DevEP5_IN_Deal() 151 void DevEP6_IN_Deal(UINT8 l) in DevEP6_IN_Deal() 166 void DevEP7_IN_Deal(UINT8 l) in DevEP7_IN_Deal()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/ |
| A D | bflb_list.h | 53 static inline void bflb_dlist_init(bflb_dlist_t *l) in bflb_dlist_init() 64 static inline void bflb_dlist_insert_after(bflb_dlist_t *l, bflb_dlist_t *n) in bflb_dlist_insert_after() 79 static inline void bflb_dlist_insert_before(bflb_dlist_t *l, bflb_dlist_t *n) in bflb_dlist_insert_before() 104 static inline void bflb_dlist_move_head(bflb_dlist_t *l, bflb_dlist_t *n) in bflb_dlist_move_head() 114 static inline void bflb_dlist_move_tail(bflb_dlist_t *l, bflb_dlist_t *n) in bflb_dlist_move_tail() 124 static inline int bflb_dlist_isempty(const bflb_dlist_t *l) in bflb_dlist_isempty() 133 static inline unsigned int bflb_dlist_len(const bflb_dlist_t *l) in bflb_dlist_len()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/FreeRTOS/ |
| A D | os_util.h | 71 #define OS_Malloc(l) malloc(l) argument 73 #define OS_Memcpy(d, s, l) memcpy(d, s, l) argument 74 #define OS_Memset(d, c, l) memset(d, c, l) argument 75 #define OS_Memcmp(a, b, l) memcmp(a, b, l) argument
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/RT-Thread/ |
| A D | os_util.h | 64 #define OS_Malloc(l) malloc(l) argument 66 #define OS_Memcpy(d, s, l) memcpy(d, s, l) argument 67 #define OS_Memset(d, c, l) memset(d, c, l) argument 68 #define OS_Memcmp(a, b, l) memcmp(a, b, l) argument
|
| /bsp/rockchip/common/rk_hal/lib/hal/inc/ |
| A D | hal_list.h | 48 __STATIC_INLINE void HAL_LIST_Init(HAL_LIST *l) in HAL_LIST_Init() 58 __STATIC_INLINE void HAL_LIST_InsertAfter(HAL_LIST *l, HAL_LIST *n) in HAL_LIST_InsertAfter() 72 __STATIC_INLINE void HAL_LIST_InsertBefore(HAL_LIST *l, HAL_LIST *n) in HAL_LIST_InsertBefore() 97 __STATIC_INLINE int HAL_LIST_IsEmpty(const HAL_LIST *l) in HAL_LIST_IsEmpty() 106 __STATIC_INLINE uint32_t HAL_LIST_Len(const HAL_LIST *l) in HAL_LIST_Len()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/ |
| A D | _sd_define.h | 59 #define sd_hex_dump_bytes(a, l) ROM_DUMP_BYTES(card->debug_mask, a, l) argument 90 #define sdc_hex_dump_word(a, l) ROM_DUMP_WORDS(host->debug_mask, a, l) argument 119 #define SDC_Memset(d, c, l) HAL_Memset(d, c, l) argument 132 #define SDC_SemCreate(l, n) OS_SemaphoreCreate(l, n, OS_SEMAPHORE_MAX_COUNT) argument 133 #define SDC_SemDel(l) OS_SemaphoreDelete(l) argument 134 #define SDC_SemPend(l, t) OS_SemaphoreWait(l, t) argument 135 #define SDC_SemPost(l) OS_SemaphoreRelease(l) argument 136 #define SDC_SemRest(l) OS_SemaphoreReset(l) argument
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32f10x_usb.c | 109 void DevEP1_IN_Deal( UINT8 l ) in DevEP1_IN_Deal() 121 void DevEP2_IN_Deal( UINT8 l ) in DevEP2_IN_Deal() 133 void DevEP3_IN_Deal( UINT8 l ) in DevEP3_IN_Deal() 145 void DevEP4_IN_Deal( UINT8 l ) in DevEP4_IN_Deal()
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/osal/ |
| A D | hal_os.h | 203 #define HAL_Malloc(l) malloc(l) argument 205 #define HAL_Memcpy(d, s, l) memcpy(d, s, l) argument 206 #define HAL_Memset(d, c, l) memset(d, c, l) argument 207 #define HAL_Memcmp(a, b, l) memcmp(a, b, l) argument 209 #define HAL_MallocAlign(l) (malloc_align_buf(l)) argument
|
| /bsp/rx/RPDL/ |
| 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_dmac_rx62nxx.h | 72 #define R_DMAC_Create(a, b, c, d, e, f, g, h, i, j, k, l) \ 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
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/sys/ |
| A D | mbuf_0.h | 253 #define m_adj(m, l) mb_adj(m, l) argument 254 #define m_copydata(m, o, l, p) mb_copydata(m, o, l, p) argument 256 #define m_pullup(m, l) mb_pullup(m, l) argument 257 #define m_split(m, l, w) mb_split(m, l) argument 258 #define m_append(m, l, c) mb_append(m, l, c) argument
|
| /bsp/dm365/platform/ |
| A D | interrupt.c | 195 rt_uint32_t l; in rt_hw_interrupt_mask() local 217 rt_uint32_t l; in rt_hw_interrupt_umask() local
|
| /bsp/xuantie/libraries/xuantie_libraries/csi/csi2/include/drv/ |
| A D | list.h | 235 static inline slist_t *slist_remove(slist_t *l, slist_t *n) in slist_remove() 247 static inline slist_t *slist_first(slist_t *l) in slist_first() 252 static inline slist_t *slist_tail(slist_t *l) in slist_tail()
|
| /bsp/simulator/ |
| A D | createdef.py | 15 l = re.findall(restr, s, re.S) variable
|
| /bsp/wch/arm/ch579m/libraries/StdPeriphDriver/ |
| A D | CH57x_uart0.c | 97 void UART0_SendString( PUINT8 buf, UINT16 l ) in UART0_SendString()
|
| A D | CH57x_uart1.c | 97 void UART1_SendString( PUINT8 buf, UINT16 l ) in UART1_SendString()
|
| A D | CH57x_uart2.c | 97 void UART2_SendString( PUINT8 buf, UINT16 l ) in UART2_SendString()
|
| A D | CH57x_uart3.c | 97 void UART3_SendString( PUINT8 buf, UINT16 l ) in UART3_SendString()
|
| /bsp/core-v-mcu/Libraries/core_v_hal_libraries/bmsis/core-v-mcu/include/ |
| A D | bits.h | 26 #define GENMASK(h, l) \ argument
|
| /bsp/stm32/stm32l4r9-st-eval/board/ports/ |
| A D | drv_touch.c | 141 rt_list_t *l; in rt_touch_thread_init() local
|
| /bsp/stm32/stm32f407-atk-explorer/board/ports/touch/ |
| A D | drv_touch.c | 154 rt_list_t *l; in rt_touch_thread_init() local
|
| /bsp/raspberry-pi/raspi-dm2.0/drivers/sdhci/include/ |
| A D | sdhci.h | 692 #define readsb(p, d, l) ({ __raw_readsb(p,d,l); __iormb(); }) argument 693 #define readsw(p, d, l) ({ __raw_readsw(p,d,l); __iormb(); }) argument 694 #define readsl(p, d, l) ({ __raw_readsl(p,d,l); __iormb(); }) argument 699 #define writesb(p, d, l) ({ __iowmb(); __raw_writesb(p,d,l); }) argument 700 #define writesw(p, d, l) ({ __iowmb(); __raw_writesw(p,d,l); }) argument 701 #define writesl(p, d, l) ({ __iowmb(); __raw_writesl(p,d,l); }) argument
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/ |
| A D | usb_core_base.c | 222 int l = 0; in usb_host_free_virt_dev() local
|
| /bsp/nxp/lpc/lpc5410x/drivers/ |
| A D | drv_uart.c | 219 uint32_t q, r, u = pclk >> 24, l = pclk << 8; in _UART_DivClk() local
|