Home
last modified time | relevance | path

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

12345

/bsp/ESP32_C3/idf_port/src/
A Dx509_crt_bundle.S11 .byte 0x00, 0x8d, 0x00, 0x36, 0x01, 0x26, 0x30, 0x34, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04
12 .byte 0x06, 0x13, 0x02, 0x46, 0x52, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x09
13 .byte 0x44, 0x68, 0x69, 0x6d, 0x79, 0x6f, 0x74, 0x69, 0x73, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55
14 .byte 0x04, 0x03, 0x0c, 0x08, 0x43, 0x65, 0x72, 0x74, 0x69, 0x67, 0x6e, 0x61, 0x30, 0x82, 0x01, 0x22
15 .byte 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03
16 .byte 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xc8, 0x68, 0xf1
17 .byte 0xc9, 0xd6, 0xd6, 0xb3, 0x34, 0x75, 0x26, 0x82, 0x1e, 0xec, 0xb4, 0xbe, 0xea, 0x5c, 0xe1, 0x26
18 .byte 0xed, 0x11, 0x47, 0x61, 0xe1, 0xa2, 0x7c, 0x16, 0x78, 0x40, 0x21, 0xe4, 0x60, 0x9e, 0x5a, 0xc8
19 .byte 0x63, 0xe1, 0xc4, 0xb1, 0x96, 0x92, 0xff, 0x18, 0x6d, 0x69, 0x23, 0xe1, 0x2b, 0x62, 0xf7, 0xdd
20 .byte 0xe2, 0x36, 0x2f, 0x91, 0x07, 0xb9, 0x48, 0xcf, 0x0e, 0xec, 0x79, 0xb6, 0x2c, 0xe7, 0x34, 0x4b
[all …]
/bsp/apm32/libraries/APM32F0xx_Library/USB_Device_Lib/Core_Device/Standard/src/
A Dusbd_stdReq.c55 uint8_t bRequest = g_usbDev.reqData.byte.bRequest; in USBD_StandardReqeust()
127 uint8_t recipient = g_usbDev.reqData.byte.bmRequestType.bit.recipient; in USBD_StandardGetConfiguration()
156 uint8_t wValue0 = g_usbDev.reqData.byte.wValue[0]; in USBD_StandardGetDescriptor()
157 uint8_t wValue1 = g_usbDev.reqData.byte.wValue[1]; in USBD_StandardGetDescriptor()
217 if((g_usbDev.reqData.byte.bmRequestType.bit.recipient) == USBD_RECIPIENT_DEVICE) in USBD_StandardGetStatus()
244 if(g_usbDev.reqData.byte.wIndex[0] & 0x80) in USBD_StandardGetStatus()
281 if((reqData->byte.wValue[0] < 127) && (reqData->byte.wValue[1] == 0) && in USBD_StandardSetAddress()
282 (reqData->byte.bmRequestType.bit.recipient == USBD_RECIPIENT_DEVICE)) in USBD_StandardSetAddress()
303 if((reqData->byte.wValue[0] <= g_usbDev.configurationNum) && \ in USBD_StandardSetConfiguration()
304 (reqData->byte.bmRequestType.bit.recipient == USBD_RECIPIENT_DEVICE)) in USBD_StandardSetConfiguration()
[all …]
A Dusbd_core.c100 pReqData->byte.bmRequestType.byte = dataBuf[0]; in USBD_SetupProcess()
101 pReqData->byte.bRequest = dataBuf[1]; in USBD_SetupProcess()
102 pReqData->byte.wValue[0] = dataBuf[2]; in USBD_SetupProcess()
103 pReqData->byte.wValue[1] = dataBuf[3]; in USBD_SetupProcess()
104 pReqData->byte.wIndex[0] = dataBuf[4]; in USBD_SetupProcess()
105 pReqData->byte.wIndex[1] = dataBuf[5]; in USBD_SetupProcess()
106 pReqData->byte.wLength[0] = dataBuf[6]; in USBD_SetupProcess()
107 pReqData->byte.wLength[1] = dataBuf[7]; in USBD_SetupProcess()
109 reqType = pReqData->byte.bmRequestType.bit.type; in USBD_SetupProcess()
184 if (g_usbDev.reqData.byte.bRequest == USBD_SET_ADDRESS) in USBD_CtrlInProcess()
[all …]
/bsp/samd21/sam_d2x_asflib/common/services/storage/ecc_hamming/
A Decc-sw.c60 while (byte > 0) { in count_bits_in_byte()
61 if (byte & 1) { in count_bits_in_byte()
64 byte >>= 1; in count_bits_in_byte()
241 uint8_t byte; in verify256() local
244 byte = correction_code[0] & 0x80; in verify256()
245 byte |= ((correction_code[0] << 1) & 0x40); in verify256()
246 byte |= ((correction_code[0] << 2) & 0x20); in verify256()
247 byte |= ((correction_code[0] << 3) & 0x10); in verify256()
249 byte |= ((correction_code[1] >> 4) & 0x08); in verify256()
250 byte |= ((correction_code[1] >> 3) & 0x04); in verify256()
[all …]
/bsp/yichip/yc3121-pos/Libraries/core/
A Dyc3121.h38 #define IPC_HOLD_BT *(volatile byte*)0xC4FEF
39 #define IPC_RX_START_ADDR (volatile byte*)0xc4ff0
40 #define IPC_RX_END_ADDR (volatile byte*)0xc4ff2
41 #define IPC_RX_READ_PTR (volatile byte*)0xc4ff4
42 #define IPC_RX_WRITE_PTR (volatile byte*)0xc4ff6
43 #define IPC_TX_START_ADDR (volatile byte*)0xc4ff8
44 #define IPC_TX_END_ADDR (volatile byte*)0xc4ffa
45 #define IPC_TX_READ_PTR (volatile byte*)0xc4ffc
46 #define IPC_TX_WRITE_PTR (volatile byte*)0xc4ffe
48 #define BT_REV *(volatile byte*)0xc8000
[all …]
A Dtype.h17 typedef unsigned char byte; typedef
27 typedef unsigned char byte; typedef
/bsp/apm32/libraries/APM32F0xx_Library/USB_Device_Lib/Core_Device/Class/MSC/src/
A Dusbd_class_msc.c85 uint16_t wValue = ((uint16_t)reqData->byte.wValue[1] << 8) | \ in USBD_MSC_ClassHandler()
86 reqData->byte.wValue[0]; in USBD_MSC_ClassHandler()
87 uint16_t wLength = ((uint16_t)reqData->byte.wLength[1] << 8) | \ in USBD_MSC_ClassHandler()
88 reqData->byte.wLength[0]; in USBD_MSC_ClassHandler()
90 switch (reqData->byte.bRequest) in USBD_MSC_ClassHandler()
94 (reqData->byte.bmRequestType.bit.dir == 1)) in USBD_MSC_ClassHandler()
107 (reqData->byte.bmRequestType.bit.dir == 0)) in USBD_MSC_ClassHandler()
/bsp/fujitsu/mb9x/mb9bf500r/
A Dkey.h31 #define SET_BIT(byte, bit) ((byte) |= (1<<(bit))) argument
32 #define CLR_BIT(byte, bit) ((byte) &= ~(1<<(bit))) argument
33 #define TST_BIT(byte, bit) (((byte) & (1<<(bit)))?1:0) argument
/bsp/apm32/libraries/APM32F0xx_Library/USB_Device_Lib/Core_Device/Class/CDC/src/
A Dusbd_class_cdc.c84 uint16_t length = ((uint16_t)reqData->byte.wLength[1] << 8) | \ in USBD_ClassHandler()
85 reqData->byte.wLength[0] ; in USBD_ClassHandler()
89 if (!reqData->byte.bmRequestType.bit.dir) in USBD_ClassHandler()
100 switch (reqData->byte.bRequest) in USBD_ClassHandler()
/bsp/nuvoton/libraries/nu_packages/DA9062/
A Dda9062.c36 #define BYTE_TO_BINARY(byte) \ argument
37 (byte & 0x80 ? '1' : '0'), \
38 (byte & 0x40 ? '1' : '0'), \
39 (byte & 0x20 ? '1' : '0'), \
40 (byte & 0x10 ? '1' : '0'), \
41 (byte & 0x08 ? '1' : '0'), \
42 (byte & 0x04 ? '1' : '0'), \
43 (byte & 0x02 ? '1' : '0'), \
44 (byte & 0x01 ? '1' : '0')
/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_hal/include/
A Dhal_uart_pi.h267 int pi_uart_write_byte(struct pi_device *device, uint8_t *byte);
281 int pi_uart_read_byte(struct pi_device *device, uint8_t *byte);
340 int pi_uart_write_byte_async(struct pi_device *device, uint8_t *byte, pi_task_t* callback);
376 int pi_cl_uart_write_byte(pi_device_t *device, uint8_t *byte, pi_cl_uart_req_t *req);
419 int pi_cl_uart_read_byte(pi_device_t *device, uint8_t *byte, pi_cl_uart_req_t *req);
/bsp/phytium/libraries/common/
A Dfearly_uart.c63 void OutByte(s8 byte) in OutByte() argument
65 while(-1 == FUartMsgTxChar(&(early_uart), byte)); in OutByte()
100 void OutByte(s8 byte) in OutByte() argument
102 FPl011BlockSend(&early_uart, (u8 *)&byte, 1); in OutByte()
/bsp/apm32/libraries/APM32F0xx_Library/USB_Device_Lib/Core_Device/Class/HID/src/
A Dusbd_class_hid.c85 switch (reqData->byte.bRequest) in USBD_ClassHandler()
88 s_hidIdleState = reqData->byte.wValue[1]; in USBD_ClassHandler()
97 s_hidProtocol = reqData->byte.wValue[0]; in USBD_ClassHandler()
/bsp/nv32f100x/lib/src/
A Dacmp.c82 pACMPx->C0 = pConfig->sPinSelect.byte; in ACMP_Init()
85 pACMPx->C2 = pConfig->sPinEnable.byte; in ACMP_Init()
86 pACMPx->CS = pConfig->sCtrlStatus.byte; in ACMP_Init()
104 pACMPx->C1 = pDACConfig->byte; in ACMP_ConfigDAC()
A Dpmc.c50 pPMC->SPMSC1 = pPMC_Config->sCtrlstatus.byte; in PMC_Init()
51 pPMC->SPMSC2 = pPMC_Config->sDetectVoltSelect.byte; in PMC_Init()
/bsp/dm365/platform/
A Dfindbit.S44 beq 1b @ If new byte, goto old routine
87 beq 1b @ If new byte, goto old routine
104 1: eor r3, r2, #0x18 @ big endian byte ordering
121 beq 1b @ If new byte, goto old routine
122 eor r3, r2, #0x18 @ big endian byte ordering
138 1: eor r3, r2, #0x18 @ big endian byte ordering
155 beq 1b @ If new byte, goto old routine
156 eor r3, r2, #0x18 @ big endian byte ordering
/bsp/ft2004/libraries/bsp/standlone/
A Doutbyte.c18 void outbyte(char byte) in outbyte() argument
20 FUart_SendByte(FT_STDOUT_BASEADDRESS, byte); in outbyte()
/bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/mcufont/decoder/
A Dmf_bwfont.c44 uint8_t bit, byte, mask; in render_char() local
63 byte = 0; in render_char()
71 p = data + byte; in render_char()
98 byte++; in render_char()
/bsp/nv32f100x/lib/inc/
A Dacmp.h109 uint8_t byte; /*!< byte field of union type */ member
136 uint8_t byte; /*!< byte field of union type */ member
159 uint8_t byte; /*!< byte field of union type */ member
181 uint8_t byte; /*!< byte field of union type */ member
/bsp/raspberry-pi/raspi3-32/cpu/
A Dstart_gcc.S52 .byte 0
58 .byte 0
64 .byte 0
70 .byte 0
77 .byte 0
85 .byte 0
/bsp/yichip/yc3122-pos/Libraries/core/
A Dtype.h19 typedef unsigned char byte; typedef
28 typedef unsigned char byte; typedef
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/Device/Holtek/HT32F5xxxx/Source/emStudio/
A DSEGGER_THUMB_Startup.s186 ldrb r3, [r1] @ byte to replicate
220 ldrb r3, [r1] @ get control byte from source stream
225 lsrs r3, r3, #1 @ get byte control flag
227 ldrb r5, [r1] @ get literal byte from source stream
230 strb r5, [r0] @ store initialization byte
235 bne 2b @ still within this control byte
236 b 1b @ get next control byte
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/Device/Holtek/HT32F1xxxx/Source/emStudio/
A DSEGGER_THUMB_Startup.s186 ldrb r3, [r1] @ byte to replicate
220 ldrb r3, [r1] @ get control byte from source stream
225 lsrs r3, r3, #1 @ get byte control flag
227 ldrb r5, [r1] @ get literal byte from source stream
230 strb r5, [r0] @ store initialization byte
235 bne 2b @ still within this control byte
236 b 1b @ get next control byte
/bsp/rockchip/common/rk_hal/lib/CMSIS/Device/RK2108/Source/GCC/
A Dgcc_arm.ld85 * Location counter can end up 2byte aligned with narrow Thumb code but
87 * which must be 4byte aligned. In addition, 32byte cacheline alignment
/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/
A Di2c_master.h231 uint8_t *byte);
235 uint8_t byte);

Completed in 706 milliseconds

12345