Searched refs:apbcConfig (Results 1 – 1 of 1) sorted by relevance
523 static int mbedtls_mng_apbc_part_config(mbedtls_mng_apbcconfig *apbcConfig, uint32_t partId, uint32… in mbedtls_mng_apbc_part_config() argument532 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()[all …]