precision-converters-firmware
Functions
stm32_gpio_irq_generated.c File Reference

GPIO IRQ specific functions for STM32 platform. More...

#include "no_os_error.h"
#include "stm32_hal.h"
Include dependency graph for stm32_gpio_irq_generated.c:

Functions

int stm32_get_exti_irq_id_from_pin (uint8_t pin_nb, IRQn_Type *irq_id)
 Get the IRQ ID. More...
 

Detailed Description

GPIO IRQ specific functions for STM32 platform.

Copyright (c) 2023-2024 Analog Devices, Inc. All rights reserved.

This software is proprietary to Analog Devices, Inc. and its licensors. By using this software you agree to the terms of the associated Analog Devices Software License Agreement.

Function Documentation

◆ stm32_get_exti_irq_id_from_pin()

int stm32_get_exti_irq_id_from_pin ( uint8_t  pin_nb,
IRQn_Type *  irq_id 
)

Get the IRQ ID.

Parameters
pin_nb[in]- Pin number
irq_id[out]- Interrupt ID
Returns
0 if successful, negative error code otherwise.