Struct bluenrg::hal::ConfigData[][src]

pub struct ConfigData { /* fields omitted */ }

Low-level configuration parameters for the controller.

Methods

impl ConfigData
[src]

MAX_LENGTH: usize = 46

Maximum length needed to serialize the data.

Serializes the data into the given buffer.

Returns the number of valid bytes in the buffer.

Panics

The buffer must be large enough to support the serialized data (at least MAX_LENGTH bytes).

Builder for ConfigData.

The controller allows us to write any contiguous portion of the ConfigData structure in write_config_data. The builder associated functions allow us to start with any field, and the returned builder allows only either chaining the next field or building the structure to write.

Builder for ConfigData.

The controller allows us to write any contiguous portion of the ConfigData structure in write_config_data. The builder associated functions allow us to start with any field, and the returned builder allows only either chaining the next field or building the structure to write.

Builder for ConfigData.

The controller allows us to write any contiguous portion of the ConfigData structure in write_config_data. The builder associated functions allow us to start with any field, and the returned builder allows only either chaining the next field or building the structure to write.

Builder for ConfigData.

The controller allows us to write any contiguous portion of the ConfigData structure in write_config_data. The builder associated functions allow us to start with any field, and the returned builder allows only either chaining the next field or building the structure to write.

Builder for ConfigData.

The controller allows us to write any contiguous portion of the ConfigData structure in write_config_data. The builder associated functions allow us to start with any field, and the returned builder allows only either chaining the next field or building the structure to write.

Builder for ConfigData.

The controller allows us to write any contiguous portion of the ConfigData structure in write_config_data. The builder associated functions allow us to start with any field, and the returned builder allows only either chaining the next field or building the structure to write.

Auto Trait Implementations

impl Send for ConfigData

impl Sync for ConfigData