Structure representing the VPE Basic Control register.
More...
#include <registers.h>
|
protocol::uart::VpeEnable | enable |
| The enable field.
|
|
protocol::uart::HeadingMode | headingMode |
| The headingMode field.
|
|
protocol::uart::VpeMode | filteringMode |
| The filteringMode field.
|
|
protocol::uart::VpeMode | tuningMode |
| The tuningMode field.
|
|
Structure representing the VPE Basic Control register.
- Examples:
- getting_started/main.cpp.
vn::sensors::VpeBasicControlRegister::VpeBasicControlRegister |
( |
protocol::uart::VpeEnable |
enableIn, |
|
|
protocol::uart::HeadingMode |
headingModeIn, |
|
|
protocol::uart::VpeMode |
filteringModeIn, |
|
|
protocol::uart::VpeMode |
tuningModeIn |
|
) |
| |
|
inline |
Creates an initializes a new VpeBasicControlRegister structure.
- Parameters
-
[in] | enableIn | Value to initialize the enable field with. |
[in] | headingModeIn | Value to initialize the headingMode field with. |
[in] | filteringModeIn | Value to initialize the filteringMode field with. |
[in] | tuningModeIn | Value to initialize the tuningMode field with. |
The documentation for this struct was generated from the following file: