
IIO firmware for the AD717x and AD411x family of devices.
Dependencies: sdp_k1_sdram
Diff: app/app_config.h
- Revision:
- 2:d0c2d3e1fb93
- Parent:
- 0:5ad86d8d396a
- Child:
- 3:0dcba3253ec1
--- a/app/app_config.h Fri Jun 10 09:37:03 2022 +0530 +++ b/app/app_config.h Thu Sep 29 09:02:39 2022 +0530 @@ -98,6 +98,7 @@ #define spi_extra_init_params mbed_spi_extra_init_params #define ext_int_extra_init_params mbed_ext_int_extra_init_params #define csb_platform_ops mbed_gpio_ops +#define rdy_platform_ops mbed_gpio_ops #define irq_platform_ops mbed_irq_ops #define spi_platform_ops mbed_spi_ops #define IRQ_INT_ID EXTERNAL_INT_ID1 @@ -288,6 +289,8 @@ extern struct no_os_gpio_desc *csb_gpio; +extern struct no_os_gpio_desc *rdy_gpio; + extern struct no_os_irq_ctrl_desc *external_int_desc; int32_t init_system(void);