precision-converters-firmware
|
GPIO IRQ specific functions for STM32 platform. More...
#include "no_os_error.h"
#include "stm32_hal.h"
Functions | |
int | stm32_get_exti_irq_id_from_pin (uint8_t pin_nb, IRQn_Type *irq_id) |
Get the IRQ ID. More... | |
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.
int stm32_get_exti_irq_id_from_pin | ( | uint8_t | pin_nb, |
IRQn_Type * | irq_id | ||
) |
Get the IRQ ID.
pin_nb[in] | - Pin number |
irq_id[out] | - Interrupt ID |