Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 23 of 23) sorted by relevance

/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/phytium/libraries/common/
A Dfearly_uart.c63 void OutByte(s8 byte) in OutByte()
100 void OutByte(s8 byte) in OutByte()
/bsp/samd21/sam_d2x_asflib/common/services/storage/ecc_hamming/
A Decc-sw.c56 static uint32_t count_bits_in_byte(uint8_t byte) in count_bits_in_byte()
241 uint8_t byte; in verify256() local
/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
A Dpmc.h67 uint8_t byte; /*!< byte field of union type */ member
94 uint8_t byte; /*!< byte field of union type */ member
/bsp/yichip/yc3121-pos/Libraries/core/
A Dtype.h17 typedef unsigned char byte; typedef
27 typedef unsigned char byte; typedef
/bsp/yichip/yc3122-pos/Libraries/core/
A Dtype.h19 typedef unsigned char byte; typedef
28 typedef unsigned char byte; typedef
/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/
A Di2c_master.c534 uint8_t *byte) in i2c_master_read_byte()
584 uint8_t byte) in i2c_master_write_byte()
/bsp/ft2004/libraries/bsp/standlone/
A Doutbyte.c18 void outbyte(char byte) in outbyte()
/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_uart_drv.c256 hpm_stat_t uart_receive_byte(UART_Type *ptr, uint8_t *byte) in uart_receive_byte()
275 hpm_stat_t uart_try_receive_byte(UART_Type *ptr, uint8_t *byte) in uart_try_receive_byte()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_samd20/
A Di2c_master.c838 uint8_t *byte) in i2c_master_read_byte()
870 uint8_t byte) in i2c_master_write_byte()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_sam0/
A Di2c_master.c1007 uint8_t *byte) in i2c_master_read_byte()
1039 uint8_t byte) in i2c_master_write_byte()
/bsp/tkm32F499/drivers/lcd/
A Dlcd.c136 void LCD_WriteByteSPI(unsigned char byte) in LCD_WriteByteSPI()
/bsp/nuvoton/libraries/nu_packages/DA9062/
A Dda9062.c36 #define BYTE_TO_BINARY(byte) \ argument
/bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/mcufont/decoder/
A Dmf_bwfont.c44 uint8_t bit, byte, mask; in render_char() local
A Dmf_rlefont.c154 uint8_t byte = code - DICT_START7BIT; in write_bin_codeword() local
/bsp/simulator/drivers/
A Dnanddrv_file.c37 static rt_uint8_t CountBitsInByte(rt_uint8_t byte) in CountBitsInByte()
/bsp/apm32/libraries/APM32F0xx_Library/USB_Device_Lib/Core_Device/Standard/inc/
A Dusbd_core.h169 uint8_t byte; member
195 } byte; member
/bsp/raspberry-pi/raspi-dm2.0/drivers/
A Ddrv_sd.c71 rt_uint8_t byte = val >> REG_OFFSET_IN_BITS(reg) & 0xff; in sdhci_iproc_readb() local
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_ble_driver/inc/
A Dco_utils.h80 #define NB_ONE_BITS(byte) (one_bits[byte & 0x0F] + one_bits[byte >> 4]) argument
/bsp/nuvoton/libraries/n9h30/rtt_port/
A Ddrv_i2c.c30 #define I2C_REG_WRITE(dev, addr, byte) outpw(dev->base + addr, byte) argument
/bsp/raspberry-pi/raspi4-32/driver/
A Ddrv_bluetooth.c655 void hci_poll2(unsigned char byte) in hci_poll2()
/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/
A Dfsl_cau3.c2116 uint8_t byte[sizeof(uint32_t)]; in cau3_get_word_from_unaligned() member

Completed in 92 milliseconds