---
title: "init(rawValue:)"
framework: hypervisor
role: symbol
role_heading: Initializer
path: "hypervisor/hv_feature_reg_t/init(rawvalue:)"
---

# init(rawValue:)

Creates a new instance of the hardware feature registers.

## Declaration

```swift
init(rawValue: UInt32)
```

## Parameters

- `rawValue`: A 32-bit unsigned integer that represents the hardware feature registers.

## See Also

### Initializers

- [init(_:)](hypervisor/hv_feature_reg_t/init(_:).md)
