Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_prot.c57 static cy_en_prot_status_t Prot_ConfigPpuAtt(volatile uint32_t * reg, uint16_t pcMask,
122 … Cy_Prot_ConfigBusMaster(en_prot_master_t busMaster, bool privileged, bool secure, uint32_t pcMask) in Cy_Prot_ConfigBusMaster() argument
131 CY_ASSERT_L2(CY_PROT_IS_PC_MASK_VALID(pcMask)); in Cy_Prot_ConfigBusMaster()
139 | _VAL2FLD(PROT_SMPU_MS0_CTL_PC_MASK_15_TO_1, pcMask); /* Protection context mask */ in Cy_Prot_ConfigBusMaster()
415 CY_ASSERT_L2(CY_PROT_IS_PC_MASK_VALID(config->pcMask)); in Cy_Prot_ConfigSmpuMasterStruct()
419 if(((uint32_t)config->pcMask & CY_PROT_SMPU_PC_LIMIT_MASK) != 0UL) in Cy_Prot_ConfigSmpuMasterStruct()
430 | _VAL2FLD(PROT_SMPU_SMPU_STRUCT_ATT1_PC_MASK_15_TO_1, config->pcMask) in Cy_Prot_ConfigSmpuMasterStruct()
487 CY_ASSERT_L2(CY_PROT_IS_PC_MASK_VALID(config->pcMask)); in Cy_Prot_ConfigSmpuSlaveStruct()
492 if(((uint32_t)config->pcMask & CY_PROT_SMPU_PC_LIMIT_MASK) != 0UL) in Cy_Prot_ConfigSmpuSlaveStruct()
504 | _VAL2FLD(PROT_SMPU_SMPU_STRUCT_ATT0_PC_MASK_15_TO_1, config->pcMask) in Cy_Prot_ConfigSmpuSlaveStruct()
[all …]
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_prot.h937 #define CY_PROT_IS_PC_MASK_VALID(pcMask) (((pcMask) & ((uint32_t)~PROT_PC_MASK_MAX)) == 0… argument
972 uint16_t pcMask; /**< Mask of allowed protection context(s) */ member
985 uint16_t pcMask; /**< Mask of allowed protection context(s) */ member
995 uint16_t pcMask; /**< Mask of allowed protection context(s) */ member
1005 uint16_t pcMask; /**< Mask of allowed protection context(s) */ member
1015 uint16_t pcMask; /**< Mask of allowed protection context(s) */ member
1034 …Cy_Prot_ConfigBusMaster(en_prot_master_t busMaster, bool privileged, bool secure, uint32_t pcMask);
1070 cy_en_prot_status_t Cy_Prot_ConfigPpuProgMasterAtt(PERI_MS_PPU_PR_Type* base, uint16_t pcMask, cy_e…
1071 cy_en_prot_status_t Cy_Prot_ConfigPpuProgSlaveAtt(PERI_MS_PPU_PR_Type* base, uint16_t pcMask, cy_en…
1081 cy_en_prot_status_t Cy_Prot_ConfigPpuFixedMasterAtt(PERI_MS_PPU_FX_Type* base, uint16_t pcMask, cy_…
[all …]