Copyright © 2020 STMicroelectronics
-
-This driver provides a set of functions needed to drive TCPP0203 Type-C Port Protection component
-| Headline | -
|---|
| MISRA Rule-81.13 correction on TCPP0203 component driver files | -
No compatibility break with previous version
-| Headline | -
|---|
| MISRA corrections on TCPP0203 component driver files | -
Outstanding bugs list : None
-Requirements not met or planned in a forthcoming release : None
-No compatibility break with previous version
-| Headline | -
|---|
| License updates | -
Outstanding bugs list : None
-Requirements not met or planned in a forthcoming release : None
-No compatibility break with previous version
-| Headline | -
|---|
| CodeSpell correction on TCPP0203 component driver files | -
Outstanding bugs list : None
-Requirements not met or planned in a forthcoming release : None
-No compatibility break with previous version
-| Headline | -
|---|
| MCUAstyle correction on TCPP0203 component driver files | -
Outstanding bugs list : None
-Requirements not met or planned in a forthcoming release : None
-No compatibility break with previous version
-Enable SAU +// Value for SAU->CTRL register bit ENABLE +*/ +#define SAU_INIT_CTRL_ENABLE 0 + +/* +//When SAU is disabled +// <0=> All Memory is Secure +// <1=> All Memory is Non-Secure +// Value for SAU->CTRL register bit ALLNS +// When all Memory is Non-Secure (ALLNS is 1), IDAU can override memory map configuration. +*/ +#define SAU_INIT_CTRL_ALLNS 0 + +/* +//