[][src]Constant esp_idf_sys::ringbuf_type_t_RINGBUF_TYPE_NOSPLIT

pub const ringbuf_type_t_RINGBUF_TYPE_NOSPLIT: ringbuf_type_t

No-split buffers will only store an item in contiguous memory and will never split an item. Each item requires an 8 byte overhead for a header and will always internally occupy a 32-bit aligned size of space.