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

# init(_:)

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(rawValue:)](hypervisor/hv_feature_reg_t/init(rawvalue:).md)
