Searched refs:BUFLEN (Results 1 – 2 of 2) sorted by relevance
25 #define BUFLEN 300 macro30 float bufx[BUFLEN] = { 0.0f };31 float bufy[BUFLEN] = { 0.0f };32 float bufz[BUFLEN] = { 0.0f };75 if (begin_index >= BUFLEN) { in ReadAccelerometer()92 ring_index += BUFLEN; in ReadAccelerometer()
13 #define BUFLEN 64 macro16 char wsmem[BUFLEN + 1]; /* Extra 1 to have a null for easier debugging */20 struct sys_winstream *ws = sys_winstream_init(wsmem, BUFLEN); in ZTEST()49 char readback[BUFLEN + 1]; in ZTEST()