| /bsp/fujitsu/mb9x/mb9bf500r/ |
| A D | key.h | 31 #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 D | fearly_uart.c | 63 void OutByte(s8 byte) in OutByte() 100 void OutByte(s8 byte) in OutByte()
|
| /bsp/samd21/sam_d2x_asflib/common/services/storage/ecc_hamming/ |
| A D | ecc-sw.c | 56 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 D | acmp.h | 109 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 D | pmc.h | 67 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 D | type.h | 17 typedef unsigned char byte; typedef 27 typedef unsigned char byte; typedef
|
| /bsp/yichip/yc3122-pos/Libraries/core/ |
| A D | type.h | 19 typedef unsigned char byte; typedef 28 typedef unsigned char byte; typedef
|
| /bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/ |
| A D | i2c_master.c | 534 uint8_t *byte) in i2c_master_read_byte() 584 uint8_t byte) in i2c_master_write_byte()
|
| /bsp/ft2004/libraries/bsp/standlone/ |
| A D | outbyte.c | 18 void outbyte(char byte) in outbyte()
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_uart_drv.c | 256 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 D | i2c_master.c | 838 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 D | i2c_master.c | 1007 uint8_t *byte) in i2c_master_read_byte() 1039 uint8_t byte) in i2c_master_write_byte()
|
| /bsp/tkm32F499/drivers/lcd/ |
| A D | lcd.c | 136 void LCD_WriteByteSPI(unsigned char byte) in LCD_WriteByteSPI()
|
| /bsp/nuvoton/libraries/nu_packages/DA9062/ |
| A D | da9062.c | 36 #define BYTE_TO_BINARY(byte) \ argument
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/mcufont/decoder/ |
| A D | mf_bwfont.c | 44 uint8_t bit, byte, mask; in render_char() local
|
| A D | mf_rlefont.c | 154 uint8_t byte = code - DICT_START7BIT; in write_bin_codeword() local
|
| /bsp/simulator/drivers/ |
| A D | nanddrv_file.c | 37 static rt_uint8_t CountBitsInByte(rt_uint8_t byte) in CountBitsInByte()
|
| /bsp/apm32/libraries/APM32F0xx_Library/USB_Device_Lib/Core_Device/Standard/inc/ |
| A D | usbd_core.h | 169 uint8_t byte; member 195 } byte; member
|
| /bsp/raspberry-pi/raspi-dm2.0/drivers/ |
| A D | drv_sd.c | 71 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 D | co_utils.h | 80 #define NB_ONE_BITS(byte) (one_bits[byte & 0x0F] + one_bits[byte >> 4]) argument
|
| /bsp/nuvoton/libraries/n9h30/rtt_port/ |
| A D | drv_i2c.c | 30 #define I2C_REG_WRITE(dev, addr, byte) outpw(dev->base + addr, byte) argument
|
| /bsp/raspberry-pi/raspi4-32/driver/ |
| A D | drv_bluetooth.c | 655 void hci_poll2(unsigned char byte) in hci_poll2()
|
| /bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/ |
| A D | fsl_cau3.c | 2116 uint8_t byte[sizeof(uint32_t)]; in cau3_get_word_from_unaligned() member
|