|
OPTIGA™ Trust M
Host Library Documentation
|
struct pal_gpio pal_gpio_t
Structure defines the PAL GPIO configuration.
LIBRARY_EXPORTS void pal_gpio_set_high(const pal_gpio_t *p_gpio_context)
Function to transmit and receive a packet.
LIBRARY_EXPORTS pal_status_t pal_gpio_init(const pal_gpio_t *p_gpio_context)
Function to initialize GPIO.
LIBRARY_EXPORTS void pal_gpio_set_low(const pal_gpio_t *p_gpio_context)
Sets the GPIO pin to Low state.
Structure defines the PAL GPIO configuration.
This file provides the prototype declarations of platform abstraction layer.
void * p_gpio_hw
Pointer to GPIO platform specific context/structure.
LIBRARY_EXPORTS pal_status_t pal_gpio_deinit(const pal_gpio_t *p_gpio_context)
Function to de-initialize GPIO.