Searched refs:accessAllowLock (Results 1 – 2 of 2) sorted by relevance
533 apbcConfig->apbcPart[partId].apbcPartBits.accessAllowLock = 0; in mbedtls_mng_apbc_part_config()538 apbcConfig->apbcPart[partId].apbcPartBits.accessAllowLock = 0; in mbedtls_mng_apbc_part_config()543 apbcConfig->apbcPart[partId].apbcPartBits.accessAllowLock = 1; in mbedtls_mng_apbc_part_config()548 apbcConfig->apbcPart[partId].apbcPartBits.accessAllowLock = 0; in mbedtls_mng_apbc_part_config()553 apbcConfig->apbcPart[partId].apbcPartBits.accessAllowLock = 1; in mbedtls_mng_apbc_part_config()617 …C_ACCESS_ALLOW_LOCK, regVal, apbcConfig.apbcPart[CC_MNG_APBC_SEC_ID].apbcPartBits.accessAllowLock); in mbedtls_mng_apbc_config_set()634 …_ACCESS_ALLOW_LOCK, regVal, apbcConfig.apbcPart[CC_MNG_APBC_PRIV_ID].apbcPartBits.accessAllowLock); in mbedtls_mng_apbc_config_set()651 …_ACCESS_ALLOW_LOCK, regVal, apbcConfig.apbcPart[CC_MNG_APBC_INST_ID].apbcPartBits.accessAllowLock); in mbedtls_mng_apbc_config_set()
126 uint8_t accessAllowLock : 1; member