Expand description
Driver for the BMA323 accelerometer chip by BOSCH.
Refer to the datasheet and the features application note for more details about the device and its rich feature set. Be aware that the current version of the datasheet is 2.0, and there are many copies of the incorrect version 1.1 floating around online.
Modules§
- features
- Items for configuring the features of the chip.
Structs§
- Bma423
- Structure representing the BMA423 chip.
- Config
- Configuration of the accelerometer measurements.
- Feature
Interrupt Status - Feature interrupt status.
- Full
Power - Normal full power state.
- Hardware
Interrupt Status - Hardware interrupt status.
- Interrupt
Status - Interrupt status structure.
- Power
Control Flag - Power
Save - Advanced power save state.
- Uninitialized
- Uninitialized state.
Enums§
- Accel
Config Bandwidth - Accelerometer sample bandwidth and averaging.
- Accel
Config Odr - Accelerometer sampling rates.
- Accel
Config Perf Mode - Accelerometer filter mode
- Accel
Range - Accelerometer acceleration vector range.
- ChipId
- Accelerometer chip ID.
- Error
- General accelerometer error.
- Interrupt
Direction - Direction of an interrupt pin, i.e. an input or and output.
- Interrupt
Level - Interrupt pin output level.
- Interrupt
Line - Which interrupt line.
- Interrupt
Output Behavior - Interrupt pin output behavior.
- Interrupt
Trigger Condition - Interrupt trigger condition when configured as an input.
Traits§
- Initialized
- A general initialized state.