Searched refs:BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
94 #define BYTE_ARRAY_NEW(NAME, BUF_SIZE, SIZE) \ argument95 if (SIZE < 0 || SIZE > BUF_SIZE) { \108 #define BYTE_ARRAY_NEW(NAME, BUF_SIZE, SIZE) \ argument109 TRY(check_buffer_size(BUF_SIZE, SIZE)); \111 uint8_t NAME##_buf[BUF_SIZE]; \