app_iso7816_pin_t Struct Reference

ISO7816 IO configuration Structures. More...

#include <app_iso7816.h>

Public Attributes

app_io_type_t type
 Specifies the type of IO. More...
 
app_io_mux_t mux
 Specifies the Peripheral to be connected to the selected pins. More...
 
uint32_t pin
 Specifies the IO pins to be configured. More...
 
app_io_pull_t pull
 Specifies the Pull-up or Pull-Down activation for the selected pins. More...
 

Detailed Description

ISO7816 IO configuration Structures.

Definition at line 170 of file app_iso7816.h.

Member Data Documentation

◆ mux

app_io_mux_t app_iso7816_pin_t::mux

Specifies the Peripheral to be connected to the selected pins.

Definition at line 173 of file app_iso7816.h.

◆ pin

uint32_t app_iso7816_pin_t::pin

Specifies the IO pins to be configured.

This parameter can be any value of Defines.

Definition at line 174 of file app_iso7816.h.

◆ pull

app_io_pull_t app_iso7816_pin_t::pull

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

Definition at line 176 of file app_iso7816.h.

◆ type

app_io_type_t app_iso7816_pin_t::type

Specifies the type of IO.

Definition at line 172 of file app_iso7816.h.


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