Searched refs:buff (Results 1 – 6 of 6) sorted by relevance
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_uart/example/src/ |
A D | dma_uart.c | 229 static int checkRxData(uint8_t *buff) in checkRxData() argument 236 memcpy(buff, dmaRXBuffs[uartRXBuff], UARTRXBUFFSIZE); in checkRxData() 328 uint8_t buff[UARTRXBUFFSIZE]; in main() local 398 bytes = checkRxData(buff); in main() 401 dmaTXSend(buff, bytes); in main()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_rom_uart/example/src/ |
A D | dma_rom_uart.c | 289 static int checkRxData(uint8_t *buff) in checkRxData() argument 296 memcpy(buff, (void *) dmaRXBuffs[uartRXBuff], UARTRXBUFFSIZE); in checkRxData() 330 uint8_t buff[UARTRXBUFFSIZE]; in main() local 403 bytes = checkRxData(buff); in main() 406 dmaTXSend(buff, bytes); in main()
|
/lk-master/platform/pc/include/ |
A D | pcnet.h | 66 uint32_t buff : 1; member 102 uint32_t buff : 1; member
|
/lk-master/lib/norfs/ |
A D | norfs.c | 250 unsigned char buff[WORD_SIZE]; in write_obj_header() local 259 memcpy(buff, &version, sizeof(version)); in write_obj_header() 260 memcpy(buff + sizeof(version), &len, sizeof(len)); in write_obj_header() 261 bytes_written = nvram_write(*ptr, sizeof(buff), &buff); in write_obj_header() 267 memcpy(buff, &flags, sizeof(flags)); in write_obj_header() 268 memset(buff + 1, 1, sizeof(flags)); in write_obj_header() 269 memcpy(buff + 2, &crc, sizeof(crc)); in write_obj_header() 270 bytes_written = nvram_write(*ptr, sizeof(buff), &buff); in write_obj_header()
|
/lk-master/lib/norfs/test/ |
A D | norfs_test.c | 374 unsigned char buff[4]; in test_corruption() local 393 status_t status = norfs_read_obj(2, buff, 4, &bytes_read, 0); in test_corruption() 399 EXPECT_EQ(i, buff[i], in test_corruption() 403 status = norfs_read_obj(4, buff, 4, &bytes_read, 0); in test_corruption() 405 status = norfs_read_obj(0, buff, 4, &bytes_read, 0); in test_corruption()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2cs_interrupt/example/src/ |
A D | periph_i2cs_interrupt.c | 278 static void fillWorkBuff(uint8_t *buff, uint8_t seed) in fillWorkBuff() argument 283 buff[i] = seed; in fillWorkBuff()
|
Completed in 10 milliseconds