bitbuf.dox
来自「ATMEL的AVR单片机库文件」· DOX 代码 · 共 10 行
DOX
10 行
/** \defgroup bitbuf bitbuf: Generic Bit-Buffer Structure and Function Library
This bit-buffer structure provides an easy and efficient way to store and
process bits. You can create as many bit buffers as you like (within memory
limits), and then use this common set of functions to access each buffer.
Supported functions include sequential getting and storing of bits,
array-like get, buffer flush (dump data), and reset-to-beginning.
This buffer is not dynamically allocated, it has a user-defined fixed
maximum size.
*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?