|
esp32_BNO08x 1.31
C++ BNO08x IMU driver component for esp-idf.
|
Holds info about which functionality has been successfully initialized (used by deconstructor during cleanup). More...
#include <BNO08xPrivateTypes.hpp>
Public Member Functions | |
| bno08x_init_status_t () | |
Public Attributes | |
| bool | gpio_outputs |
| True if GPIO outputs have been initialized. | |
| bool | gpio_inputs |
| True if GPIO inputs have been initialized. | |
| bool | isr_service |
| True if global ISR service has been initialized. | |
| bool | isr_handler |
| True if HINT ISR handler has been initialized. | |
| bool | spi_bus |
| True if spi_bus_initialize() has been called successfully. | |
| bool | spi_device |
| True if spi_bus_add_device() has been called successfully. | |
| bool | data_proc_task |
| True if xTaskCreate has been called successfully for data_proc_task. | |
| bool | sh2_HAL_service_task |
| True if xTaskCreate has been called successfully for sh2_HAL_service_task. | |
| bool | cb_task |
| True if xTaskCreate has been called successfully for cb_task. | |
| bool | sh2_HAL |
| True if sh2_open() has been called successfully. | |
Holds info about which functionality has been successfully initialized (used by deconstructor during cleanup).
|
inline |
| bool BNO08xPrivateTypes::bno08x_init_status_t::cb_task |
True if xTaskCreate has been called successfully for cb_task.
| bool BNO08xPrivateTypes::bno08x_init_status_t::data_proc_task |
True if xTaskCreate has been called successfully for data_proc_task.
| bool BNO08xPrivateTypes::bno08x_init_status_t::gpio_inputs |
True if GPIO inputs have been initialized.
| bool BNO08xPrivateTypes::bno08x_init_status_t::gpio_outputs |
True if GPIO outputs have been initialized.
| bool BNO08xPrivateTypes::bno08x_init_status_t::isr_handler |
True if HINT ISR handler has been initialized.
| bool BNO08xPrivateTypes::bno08x_init_status_t::isr_service |
True if global ISR service has been initialized.
| bool BNO08xPrivateTypes::bno08x_init_status_t::sh2_HAL |
True if sh2_open() has been called successfully.
| bool BNO08xPrivateTypes::bno08x_init_status_t::sh2_HAL_service_task |
True if xTaskCreate has been called successfully for sh2_HAL_service_task.
| bool BNO08xPrivateTypes::bno08x_init_status_t::spi_bus |
True if spi_bus_initialize() has been called successfully.
| bool BNO08xPrivateTypes::bno08x_init_status_t::spi_device |
True if spi_bus_add_device() has been called successfully.