Home
last modified time | relevance | path

Searched refs:uint8 (Results 1 – 25 of 25) sorted by relevance

/bsp/rm48x50/HALCoGen/include/
A Dusblib.h181 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 Dreg_can.h64 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 Dusbdcdc.h106 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 Dusbcdc.h60 #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 Dusbdevice.h84 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 Dsci.h78 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 Dlin.h181 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 Dusbdevicepriv.h52 uint8 ucInterfaceNum,
53 uint8 ucAlternateSetting);
A Di2c.h129 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 Dusb_serial_structs.h45 extern uint8 g_pucUSBTxBuffer[];
46 extern uint8 g_pucUSBRxBuffer[];
A Dusb.h443 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 Dreg_lin.h66 uint8 RDx[8U]; /**< 0x0064-0x0068: RX buffer register */
69 uint8 TDx[8U]; /**< 0x0074-0x0078: TX buffer register */
A Demac.h105 extern void EMACMACSrcAddrSet(uint32 emacBase, uint8 * macAddr);
107 uint8 * macAddr, uint32 matchFilt);
A Dcan.h559 uint32 canTransmit(canBASE_t *node, uint32 messageBox, const uint8 * data);
560 uint32 canGetData(canBASE_t *node, uint32 messageBox, uint8 * const data);
A Dhw_reg_access.h20 (*((volatile uint8 *)(x)))
A Dhal_stdtypes.h36 typedef unsigned char uint8; typedef
A Dspi.h83 uint8 CSNR;
A Dstd_nhet.h21 # define HETBYTE uint8
1235 # define HETBYTE uint8
/bsp/rm48x50/HALCoGen/source/
A Dsys_startup.c30 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 Darm_cm0.h74 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 Dbl602_sdu.h149 #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 Dbl616_sdu.h156 #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 Dics.c1046 uint8 cr = 0; in OSC_Init()
/bsp/Infineon/libraries/HAL_Drivers/
A Ddrv_eth.c813 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 DSDL_stdinc.h412 SDL_COMPILE_TIME_ASSERT(uint8, sizeof(Uint8) == 1);

Completed in 46 milliseconds