Home
last modified time | relevance | path

Searched refs:CY_PROT_IS_SMPU_MS_PERM_VALID (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_prot.c416 CY_ASSERT_L3(CY_PROT_IS_SMPU_MS_PERM_VALID(config->userPermission)); in Cy_Prot_ConfigSmpuMasterStruct()
417 CY_ASSERT_L3(CY_PROT_IS_SMPU_MS_PERM_VALID(config->privPermission)); in Cy_Prot_ConfigSmpuMasterStruct()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_prot.h832 #define CY_PROT_IS_SMPU_MS_PERM_VALID(permission) (((permission) == CY_PROT_PERM_R) || \ macro