pub struct QueueConfig<S> { /* private fields */ }Expand description
Configuration for a queue
Implementations§
Source§impl<S: NorFlash> QueueConfig<S>
impl<S: NorFlash> QueueConfig<S>
Sourcepub const fn new(flash_range: Range<u32>) -> Self
pub const fn new(flash_range: Range<u32>) -> Self
Create a new queue configuration. Will panic if the data is invalid.
If you want a fallible version, use Self::try_new.