Searched refs:byte (Results 1 – 9 of 9) sorted by relevance
| /external/platform/lpc15xx/lpcopen/periph_eeprom/example/src/ |
| A D | eeprom.c | 99 int index, byte; in MakeString() local 113 byte = DEBUGIN(); in MakeString() 114 while ((index < 32) && (byte != ESC_CHAR)) { in MakeString() 115 if (byte != EOF) { in MakeString() 116 strOut[0] = str[4 + index] = (uint8_t) byte; in MakeString() 121 byte = DEBUGIN(); in MakeString() 125 (void) byte; in MakeString()
|
| /external/platform/pico/rp2_common/hardware_irq/ |
| A D | irq_handler_chain.S | 44 .byte 0xff 46 .byte next_slot_number 49 .byte 0x00
|
| /external/platform/lpc15xx/lpcopen/usbd_rom_hid_generic/example/ |
| A D | readme.dox | 36 * The example supports 1 byte report and loops back the data received in
|
| /external/platform/lpc15xx/lpcopen/periph_i2c_rom_polling_slave/example/ |
| A D | readme.dox | 49 * This example requires a connection via I2C to a I2C master. The I2C master writes a byte
|
| /external/platform/lpc15xx/lpcopen/periph_i2c_rom_interrupt_slave/example/ |
| A D | readme.dox | 49 * This example requires a connection via I2C to a I2C master. The I2C master writes a byte
|
| /external/platform/lpc15xx/lpcopen/periph_i2cs_interrupt/example/ |
| A D | readme.dox | 42 * operations. Operations can be as little as a byte or continuous until the
|
| /external/platform/pico/rp2_common/pico_double/ |
| A D | double_v1_rom_shim.S | 1082 .byte 0xf8,0xeb,0xdf,0xd6,0xcd,0xc5,0xbe,0xb8 1083 .byte 0xb2,0xad,0xa8,0xa4,0xa0,0x9c,0x99,0x95 1084 .byte 0x92,0x8f,0x8d,0x8a,0x88,0x85,0x83,0x81
|
| A D | double_aeabi.S | 106 .byte \SF_TABLE_OFFSET, 0xdf
|
| /external/platform/pico/rp2_common/pico_float/ |
| A D | float_aeabi.S | 100 .byte \SF_TABLE_OFFSET, 0xdf
|
Completed in 12 milliseconds