Home
last modified time | relevance | path

Searched refs:_FLD2BOOL (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-3.4.0/platform/ext/target/cypress/psoc64/
Ddriver_smpu.c320 if (!_FLD2BOOL(PROT_SMPU_SMPU_STRUCT_ATT0_ENABLED, reg)) { in SMPU_Read_Region()
398 if (_FLD2BOOL(PROT_SMPU_SMPU_STRUCT_ATT0_PC_MATCH, att0)) { in SMPU_Covers_Region()
421 p_attr->is_xn = !_FLD2BOOL(PROT_SMPU_SMPU_STRUCT_ATT0_PX, att0); in SMPU_Covers_Region()
422 p_attr->is_priv_rd_allow = _FLD2BOOL(PROT_SMPU_SMPU_STRUCT_ATT0_PR, att0); in SMPU_Covers_Region()
423 p_attr->is_priv_wr_allow = _FLD2BOOL(PROT_SMPU_SMPU_STRUCT_ATT0_PW, att0); in SMPU_Covers_Region()
424 p_attr->is_unpriv_rd_allow = _FLD2BOOL(PROT_SMPU_SMPU_STRUCT_ATT0_UR, att0); in SMPU_Covers_Region()
425 p_attr->is_unpriv_wr_allow = _FLD2BOOL(PROT_SMPU_SMPU_STRUCT_ATT0_UW, att0); in SMPU_Covers_Region()
/trusted-firmware-m-3.4.0/platform/ext/target/cypress/psoc64/libs/core-lib/include/
Dcy_utils.h364 #define _FLD2BOOL(field, value) (((value) & (field ## _Msk)) != 0UL) macro
/trusted-firmware-m-3.4.0/docs/platform/cypress/psoc64/libs/core-lib/
DREADME.md36 * `_FLD2BOOL`: Returns true, if the value includes the field mask
DRELEASE.md32 * _FLD2BOOL: Returns true, if the value includes the field mask