| /bsp/rm48x50/HALCoGen/include/ |
| A D | usblib.h | 181 uint8 bRequest; 312 uint8 bLength; 336 uint8 bLength; 476 uint8 bLength; 538 uint8 bLength; 609 uint8 bLength; 669 uint8 bLength; 760 uint8 bLength; 791 uint8 bLength; 804 uint8 bString; [all …]
|
| A D | reg_can.h | 64 uint8 IF1NO; /**< 0x0100: IF1 Command Register, Msg Number */ 65 uint8 IF1STAT; /**< 0x0100: IF1 Command Register, Status */ 66 uint8 IF1CMD; /**< 0x0100: IF1 Command Register, Command */ 67 uint8 rsvd9; /**< 0x0100: IF1 Command Register, Reserved */ 69 uint8 rsvd9; /**< 0x0100: IF1 Command Register, Reserved */ 70 uint8 IF1CMD; /**< 0x0100: IF1 Command Register, Command */ 71 uint8 IF1STAT; /**< 0x0100: IF1 Command Register, Status */ 72 uint8 IF1NO; /**< 0x0100: IF1 Command Register, Msg Number */ 77 uint8 IF1DATx[8U]; /**< 0x0110-0x0114: IF1 Data A and B Registers */ 80 uint8 IF2NO; /**< 0x0120: IF2 Command Register, Msg No */ [all …]
|
| A D | usbdcdc.h | 106 volatile uint8 ucPendingRequest; 116 uint8 ucControlEndpoint; 117 uint8 ucBulkINEndpoint; 118 uint8 ucBulkOUTEndpoint; 119 uint8 ucInterfaceControl; 120 uint8 ucInterfaceData; 234 uint8 ucPwrAttributes; 289 const uint8 * const *ppStringDescriptors; 322 uint8 *pcData, 326 uint8 *pcData, [all …]
|
| A D | usbcdc.h | 60 #define BYTE(pucData) (*(uint8 *)(pucData)) 426 (*((uint8 *)(pcBuf) + 4)) = (ucStop); \ 427 (*((uint8 *)(pcBuf) + 5)) = (ucParity); \ 428 (*((uint8 *)(pcBuf) + 6)) = (ucDatabits); \ 576 (LONG((uint8 *)(pcBuf) + (10 + (4 * (ucIndex))))) = \ 600 SetResponseRingerParams(((uint8 *)(pcBuf) + 2), \ 603 (LONG((uint8 *)(pcBuf) + 6)) = \ 709 LONG((uint8 *)(pcBuf) + 4) = ulDSBitRate; \ 746 uint8 ucStop; 753 uint8 ucParity; [all …]
|
| A D | usbdevice.h | 84 extern void USBDCDRequestDataEP0(uint32 ulIndex, uint8 *pucData, 86 extern void USBDCDSendDataEP0(uint32 ulIndex, uint8 *pucData, 99 uint8 ucInterfaceNumber); 109 extern void USBDCDPowerStatusSet(uint32 ulIndex, uint8 ucPower);
|
| A D | sci.h | 78 void sciSendByte(sciBASE_t *sci, uint8 byte); 79 void sciSend(sciBASE_t *sci, uint32 length, uint8 * data); 84 void sciReceive(sciBASE_t *sci, uint32 length, uint8 * data);
|
| A D | lin.h | 181 void linSendHeader(linBASE_t *lin, uint8 identifier); 187 void linSend(linBASE_t *lin, uint8 * data); 191 void linGetData(linBASE_t *lin, uint8 * const data);
|
| A D | usbdevicepriv.h | 52 uint8 ucInterfaceNum, 53 uint8 ucAlternateSetting);
|
| A D | i2c.h | 129 void i2cSendByte(i2cBASE_t *i2c, uint8 byte); 130 void i2cSend(i2cBASE_t *i2c, uint32 length, uint8 * data); 135 void i2cReceive(i2cBASE_t *i2c, uint32 length, uint8 * data);
|
| A D | usb_serial_structs.h | 45 extern uint8 g_pucUSBTxBuffer[]; 46 extern uint8 g_pucUSBRxBuffer[];
|
| A D | usb.h | 443 uint32 USBEndpointDataGet(uint32 ulBase, uint16 usEndpoint, uint8 *pucData, uint32 *pulSize); 461 void USBDevGetSetupPacket (uint32 ulBase, uint8 * sPkt, uint16 * pusPktSize); 484 void USBDevEndpointDataAck(uint32 ulBase, uint16 usEndpoint, uint8 bIsLastPacket); 507 uint32 USBEndpointDataPut(uint32 ulBase, uint16 usEndpoint,uint8 *pucData, uint32 ulSize);
|
| A D | reg_lin.h | 66 uint8 RDx[8U]; /**< 0x0064-0x0068: RX buffer register */ 69 uint8 TDx[8U]; /**< 0x0074-0x0078: TX buffer register */
|
| A D | emac.h | 105 extern void EMACMACSrcAddrSet(uint32 emacBase, uint8 * macAddr); 107 uint8 * macAddr, uint32 matchFilt);
|
| A D | can.h | 559 uint32 canTransmit(canBASE_t *node, uint32 messageBox, const uint8 * data); 560 uint32 canGetData(canBASE_t *node, uint32 messageBox, uint8 * const data);
|
| A D | hw_reg_access.h | 20 (*((volatile uint8 *)(x)))
|
| A D | hal_stdtypes.h | 36 typedef unsigned char uint8; typedef
|
| A D | spi.h | 83 uint8 CSNR;
|
| A D | std_nhet.h | 21 # define HETBYTE uint8 1235 # define HETBYTE uint8
|
| /bsp/rm48x50/HALCoGen/source/ |
| A D | sys_startup.c | 30 typedef void (*handler_fptr)(const uint8 * in, uint8 * out); 221 uint8 **tablePtr = (uint8 **)&__TI_CINIT_Base; in _c_int00() 222 uint8 **tableLimit = (uint8 **)&__TI_CINIT_Limit; in _c_int00() 226 uint8 * loadAdr = *tablePtr++; in _c_int00() 227 uint8 * runAdr = *tablePtr++; in _c_int00() 228 uint8 idx = *loadAdr++; in _c_int00() 231 (*handler)((const uint8 *)loadAdr, runAdr); in _c_int00()
|
| /bsp/nv32f100x/lib/inc/ |
| A D | arm_cm0.h | 74 typedef unsigned char uint8; /* 8 bits */ typedef 86 typedef volatile uint8 vuint8; /* 8 bits */
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/include/ |
| A D | bl602_sdu.h | 149 #define BL_REGS8_SETBITS(reg, val) (BL_REGS8(reg) |= (uint8)(val)) 152 #define BL_REGS8_CLRBITS(reg, val) (BL_REGS8(reg) = (uint8)(BL_REGS8(reg) & ~(val)))
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/include/ |
| A D | bl616_sdu.h | 156 #define BL_REGS8_SETBITS(reg, val) (BL_REGS8(reg) |= (uint8)(val)) 159 #define BL_REGS8_CLRBITS(reg, val) (BL_REGS8(reg) = (uint8)(BL_REGS8(reg)&~(val)))
|
| /bsp/nv32f100x/lib/src/ |
| A D | ics.c | 1046 uint8 cr = 0; in OSC_Init()
|
| /bsp/Infineon/libraries/HAL_Drivers/ |
| A D | drv_eth.c | 813 pRx_Q_buff_pool[i] = rt_malloc(sizeof(uint8) * CY_ETH_SIZE_MAX_FRAME); in rt_hw_ifx_eth_init()
|
| /bsp/simulator/SDL2/include/ |
| A D | SDL_stdinc.h | 412 SDL_COMPILE_TIME_ASSERT(uint8, sizeof(Uint8) == 1);
|