mikroSDK Reference Manual
port_t Struct Reference

Port driver context structure, consisted of the following fields : More...

Data Fields

hal_gpio_port_t port
 
port_name_t name
 

Detailed Description

User needs to specify values herein.

Note
The values are specified by port_init. See hal_gpio_port_t and port_name_t for more details.
Warning
The contents of the context structure are used by the module and must not be altered. Reading or writing data directly from a control structure by user should be avoided.

Field Documentation

◆ port

hal_gpio_port_t port_t::port

Structure containing port address and port name.

◆ name

port_name_t port_t::name

Port name.