no-OS
Variables
parameters.c File Reference
#include "parameters.h"
Include dependency graph for parameters.c:

Variables

struct max_gpio_init_param vddioh_gpio_extra
 
struct max_i2c_init_param vddioh_i2c_extra
 
struct max_spi_init_param spi_extra_ip
 
struct max_uart_init_param uart_stdio_extra_ip = {.flow = UART_FLOW_DIS}
 
struct max_usb_uart_init_param iio_demo_usb_uart_extra_ip
 
struct max_gpio_init_param max_reset_gpio_extra_ip
 
struct max_gpio_init_param max_intr_gpio_extra_ip
 

Variable Documentation

◆ iio_demo_usb_uart_extra_ip

struct max_usb_uart_init_param iio_demo_usb_uart_extra_ip
Initial value:
= {.vid = 0x0B6B,
.pid = 0x003C
}

◆ max_intr_gpio_extra_ip

struct max_gpio_init_param max_intr_gpio_extra_ip
Initial value:
= {.vssel =
MXC_GPIO_VSSEL_VDDIOH
}

◆ max_reset_gpio_extra_ip

struct max_gpio_init_param max_reset_gpio_extra_ip
Initial value:
= {
.vssel = MXC_GPIO_VSSEL_VDDIOH
}

◆ spi_extra_ip

struct max_spi_init_param spi_extra_ip
Initial value:
= {
.num_slaves = 1,
.polarity = SPI_SS_POL_LOW,
.vssel = MXC_GPIO_VSSEL_VDDIOH,
}

◆ uart_stdio_extra_ip

struct max_uart_init_param uart_stdio_extra_ip = {.flow = UART_FLOW_DIS}

◆ vddioh_gpio_extra

struct max_gpio_init_param vddioh_gpio_extra
Initial value:
= {
.vssel = MXC_GPIO_VSSEL_VDDIOH,
}

◆ vddioh_i2c_extra

struct max_i2c_init_param vddioh_i2c_extra
Initial value:
= {
.vssel = MXC_GPIO_VSSEL_VDDIOH,
}
SPI_SS_POL_LOW
@ SPI_SS_POL_LOW
Definition: maxim_spi.h:55