mikroSDK Reference Manual
hal_gpio_t Struct Reference

GPIO HAL context structure, consisted of the following fields : More...

Data Fields

hal_gpio_base_t base
 
hal_gpio_mask_t mask
 

Detailed Description

User needs to specify values herein.

Note
The values are specified by hal_gpio_configure_pin and hal_gpio_configure_port.
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

◆ base

hal_gpio_base_t hal_gpio_t::base

Port base address.

◆ mask

hal_gpio_mask_t hal_gpio_t::mask

Port bit mask.