1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-FileCopyrightText: © 2022 Decompollaborate */
/* SPDX-License-Identifier: MIT */

/* Automatically generated. DO NOT MODIFY */

 #[repr(u32)]
 #[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
 #[allow(non_camel_case_types)]
pub enum AccessType {
INVALID,
BYTE,
SHORT,
WORD,
DOUBLEWORD,
FLOAT,
DOUBLEFLOAT,
    MAX,
}