Searched refs:pcMask (Results 1 – 2 of 2) sorted by relevance
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/ |
D | cy_prot.c | 42 static cy_en_prot_status_t Prot_ConfigPpuAtt(volatile uint32_t * reg, uint16_t pcMask, 106 … Cy_Prot_ConfigBusMaster(en_prot_master_t busMaster, bool privileged, bool secure, uint32_t pcMask) in Cy_Prot_ConfigBusMaster() argument 115 CY_ASSERT_L2(CY_PROT_IS_PC_MASK_VALID(pcMask)); in Cy_Prot_ConfigBusMaster() 123 | _VAL2FLD(PROT_SMPU_MS0_CTL_PC_MASK_15_TO_1, pcMask); /* Protection context mask */ in Cy_Prot_ConfigBusMaster() 399 CY_ASSERT_L2(CY_PROT_IS_PC_MASK_VALID(config->pcMask)); in Cy_Prot_ConfigSmpuMasterStruct() 403 if(((uint32_t)config->pcMask & CY_PROT_SMPU_PC_LIMIT_MASK) != 0UL) in Cy_Prot_ConfigSmpuMasterStruct() 414 | _VAL2FLD(PROT_SMPU_SMPU_STRUCT_ATT1_PC_MASK_15_TO_1, config->pcMask) in Cy_Prot_ConfigSmpuMasterStruct() 471 CY_ASSERT_L2(CY_PROT_IS_PC_MASK_VALID(config->pcMask)); in Cy_Prot_ConfigSmpuSlaveStruct() 476 if(((uint32_t)config->pcMask & CY_PROT_SMPU_PC_LIMIT_MASK) != 0UL) in Cy_Prot_ConfigSmpuSlaveStruct() 488 | _VAL2FLD(PROT_SMPU_SMPU_STRUCT_ATT0_PC_MASK_15_TO_1, config->pcMask) in Cy_Prot_ConfigSmpuSlaveStruct() [all …]
|
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/ |
D | cy_prot.h | 921 #define CY_PROT_IS_PC_MASK_VALID(pcMask) (((pcMask) & ((uint32_t)~PROT_PC_MASK_MAX)) == 0… argument 956 uint16_t pcMask; /**< Mask of allowed protection context(s) */ member 969 uint16_t pcMask; /**< Mask of allowed protection context(s) */ member 979 uint16_t pcMask; /**< Mask of allowed protection context(s) */ member 989 uint16_t pcMask; /**< Mask of allowed protection context(s) */ member 999 uint16_t pcMask; /**< Mask of allowed protection context(s) */ member 1018 …Cy_Prot_ConfigBusMaster(en_prot_master_t busMaster, bool privileged, bool secure, uint32_t pcMask); 1054 cy_en_prot_status_t Cy_Prot_ConfigPpuProgMasterAtt(PERI_MS_PPU_PR_Type* base, uint16_t pcMask, cy_e… 1056 cy_en_prot_status_t Cy_Prot_ConfigPpuProgSlaveAtt(PERI_MS_PPU_PR_Type* base, uint16_t pcMask, cy_en… 1066 cy_en_prot_status_t Cy_Prot_ConfigPpuFixedMasterAtt(PERI_MS_PPU_FX_Type* base, uint16_t pcMask, cy_… [all …]
|