Go to the documentation of this file. 31 #ifndef SYSTARGETPLATFORM_H_ 32 #define SYSTARGETPLATFORM_H_ 37 #ifdef SYS_TP_MCU_STM32L4 38 #include "stm32l4xx.h" 39 #elif defined (SYS_TP_MCU_STM32L0) 40 #include "stm32l0xx.h" 46 #if defined (__ICCARM__) 48 #define SYS_DEFINE_INLINE #pragma inline 50 #elif defined (__GNUC__) 52 #define SYS_DEFINE_INLINE inline 58 #ifdef SYS_TP_MCU_STM32L4 61 #define SKP_PRWR_SCR_CWUF_1_5 0x1FU 62 #define SKP_FLASH_SR_OPTVERR (0x1U << (15U))