Connection type definition.
Represents an association between gpio and pin port numbers
Data Fields | |
| uint8_t | pin_num |
| The associated gpio pin number. | |
| uint8_t | port_num |
| The associated gpio port number. | |
| GPIO_PRT_Type * | port_addr |
| The associated gpio port address. | |
| _mtb_hal_event_callback_data_t | callback_data |
| The callback data associated with the pin. | |
| uint8_t mtb_hal_gpio_t::pin_num |
The associated gpio pin number.
| uint8_t mtb_hal_gpio_t::port_num |
The associated gpio port number.
| GPIO_PRT_Type* mtb_hal_gpio_t::port_addr |
The associated gpio port address.
| _mtb_hal_event_callback_data_t mtb_hal_gpio_t::callback_data |
The callback data associated with the pin.