js_lib_command_buffer_struct - 2023.1 English

Standalone Library Documentation: BSP and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2023-05-16
Version
2023.1 English

Declaration

typedef struct
{
  js_lib_command_buffer_t * next,
  unsigned char * buf_free,
  unsigned char * buf_end,
  unsigned char buf_start[1]
} js_lib_command_buffer_struct;
Table 1. Structure js_lib_command_buffer_struct member description
Member Description
next

Stores next address

buf_free

First available byte in buffer

buf_end

End of buffer

buf_start

Start of buffer (must be last)