app_i2c_pin_t Struct Reference

I2C pins Structures. More...

#include <app_i2c.h>

Public Attributes

app_io_type_t type
 
app_io_mux_t mux
 
uint32_t pin
 
app_io_pull_t pull
 

Detailed Description

I2C pins Structures.

Definition at line 120 of file app_i2c.h.

Member Data Documentation

◆ mux

app_io_mux_t app_i2c_pin_t::mux

Specifies the Peripheral to be connected to the selected pins.

Definition at line 123 of file app_i2c.h.

◆ pin

uint32_t app_i2c_pin_t::pin

Specifies the IO pins to be configured. This parameter can be any value of Defines.

Definition at line 124 of file app_i2c.h.

◆ pull

app_io_pull_t app_i2c_pin_t::pull

Specifies the Pull-up or Pull-Down activation for the selected pins.

Definition at line 126 of file app_i2c.h.

◆ type

app_io_type_t app_i2c_pin_t::type

Specifies the type of SPI IO.

Definition at line 122 of file app_i2c.h.


The documentation for this struct was generated from the following file: