Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
hal_gpio_t Struct Reference

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

#include <baremetal/mikrosdk-lib/hal/include/hal_gpio.h>

Public Attributes

hal_gpio_base_t base
 Port number. More...
 
hal_gpio_mask_t mask
 Pin number. More...
 

Detailed Description

GPIO HAL context structure, consisted of the following fields :

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.

Member Data Documentation

◆ base

hal_gpio_base_t hal_gpio_t::base

Port number.

◆ mask

hal_gpio_mask_t hal_gpio_t::mask

Pin number.


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