Beginning of cross platform support
This commit is contained in:
12
SHAL/Include/Peripheral/EXT/Reg/SHAL_EXTI_REG_L432KC.h
Normal file
12
SHAL/Include/Peripheral/EXT/Reg/SHAL_EXTI_REG_L432KC.h
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// Created by Luca on 10/8/2025.
|
||||
//
|
||||
|
||||
#ifndef SHMINGO_HAL_SHAL_EXTI_REG_L432KC_H
|
||||
#define SHMINGO_HAL_SHAL_EXTI_REG_L432KC_H
|
||||
|
||||
#include "SHAL_CORE.h"
|
||||
|
||||
#define EXTI_PENDING_REG(line) ((line) < 32 ? EXTI->PR1 : EXTI->PR2)
|
||||
|
||||
#endif //SHMINGO_HAL_SHAL_EXTI_REG_L432KC_H
|
||||
Reference in New Issue
Block a user