![]() |
no-OS
|
Device Structure. More...
#include <ad7124.h>
Public Attributes | |
| struct no_os_spi_desc * | spi_desc |
| struct ad7124_st_reg * | regs |
| int16_t | use_crc |
| int16_t | check_ready |
| int16_t | spi_rdy_poll_cnt |
| enum ad7124_mode | mode |
| enum ad7124_device_type | active_device |
| bool | ref_en |
| enum ad7124_power_mode | power_mode |
| struct ad7124_channel_setup | setups [AD7124_MAX_SETUPS] |
| struct ad7124_channel_map | chan_map [AD7124_MAX_CHANNELS] |
Device Structure.
The structure describes the device and is used with the ad7124 driver.
| enum ad7124_device_type ad7124_dev::active_device |
| struct ad7124_channel_map ad7124_dev::chan_map[AD7124_MAX_CHANNELS] |
| int16_t ad7124_dev::check_ready |
| enum ad7124_mode ad7124_dev::mode |
| enum ad7124_power_mode ad7124_dev::power_mode |
| bool ad7124_dev::ref_en |
| struct ad7124_st_reg* ad7124_dev::regs |
| struct ad7124_channel_setup ad7124_dev::setups[AD7124_MAX_SETUPS] |
| struct no_os_spi_desc* ad7124_dev::spi_desc |
| int16_t ad7124_dev::spi_rdy_poll_cnt |
| int16_t ad7124_dev::use_crc |