Searched refs:apbcPart (Results 1 – 2 of 2) sorted by relevance
532 apbcConfig->apbcPart[partId].apbcPartBits.accessAllow = 0; in mbedtls_mng_apbc_part_config()533 apbcConfig->apbcPart[partId].apbcPartBits.accessAllowLock = 0; in mbedtls_mng_apbc_part_config()534 apbcConfig->apbcPart[partId].apbcPartBits.accessModify = 0; in mbedtls_mng_apbc_part_config()537 apbcConfig->apbcPart[partId].apbcPartBits.accessAllow = 0; in mbedtls_mng_apbc_part_config()538 apbcConfig->apbcPart[partId].apbcPartBits.accessAllowLock = 0; in mbedtls_mng_apbc_part_config()539 apbcConfig->apbcPart[partId].apbcPartBits.accessModify = 1; in mbedtls_mng_apbc_part_config()542 apbcConfig->apbcPart[partId].apbcPartBits.accessAllow = 0; in mbedtls_mng_apbc_part_config()543 apbcConfig->apbcPart[partId].apbcPartBits.accessAllowLock = 1; in mbedtls_mng_apbc_part_config()544 apbcConfig->apbcPart[partId].apbcPartBits.accessModify = 1; in mbedtls_mng_apbc_part_config()547 apbcConfig->apbcPart[partId].apbcPartBits.accessAllow = 1; in mbedtls_mng_apbc_part_config()[all …]
140 mbedtls_mng_apbc_part apbcPart[CC_MNG_APBC_TOTAL_ID + 1]; member