use crate::efuse::EfuseField;
pub const WR_DIS: EfuseField = EfuseField::new(0, 0, 0, 32);
pub const RD_DIS: EfuseField = EfuseField::new(0, 1, 32, 7);
pub const RESERVE_0_39: EfuseField = EfuseField::new(0, 1, 39, 3);
pub const DIS_USB_JTAG: EfuseField = EfuseField::new(0, 1, 42, 1);
pub const DIS_USB_SERIAL_JTAG: EfuseField = EfuseField::new(0, 1, 43, 1);
pub const DIS_FORCE_DOWNLOAD: EfuseField = EfuseField::new(0, 1, 44, 1);
pub const SPI_DOWNLOAD_MSPI_DIS: EfuseField = EfuseField::new(0, 1, 45, 1);
pub const DIS_TWAI: EfuseField = EfuseField::new(0, 1, 46, 1);
pub const JTAG_SEL_ENABLE: EfuseField = EfuseField::new(0, 1, 47, 1);
pub const SOFT_DIS_JTAG: EfuseField = EfuseField::new(0, 1, 48, 3);
pub const DIS_PAD_JTAG: EfuseField = EfuseField::new(0, 1, 51, 1);
pub const DIS_DOWNLOAD_MANUAL_ENCRYPT: EfuseField = EfuseField::new(0, 1, 52, 1);
pub const RESERVE_0_53: EfuseField = EfuseField::new(0, 1, 53, 1);
pub const DIS_WIFI6: EfuseField = EfuseField::new(0, 1, 54, 1);
pub const HUK_GEN_STATE: EfuseField = EfuseField::new(0, 1, 55, 5);
pub const RESERVE_0_60: EfuseField = EfuseField::new(0, 1, 60, 4);
pub const KM_RND_SWITCH_CYCLE: EfuseField = EfuseField::new(0, 2, 64, 1);
pub const RESERVE_0_65: EfuseField = EfuseField::new(0, 2, 65, 1);
pub const KM_DISABLE_DEPLOY_MODE: EfuseField = EfuseField::new(0, 2, 66, 5);
pub const KM_DEPLOY_ONLY_ONCE: EfuseField = EfuseField::new(0, 2, 71, 5);
pub const FORCE_USE_KEY_MANAGER_KEY: EfuseField = EfuseField::new(0, 2, 76, 5);
pub const FORCE_DISABLE_SW_INIT_KEY: EfuseField = EfuseField::new(0, 2, 81, 1);
pub const KM_XTS_KEY_LENGTH_256: EfuseField = EfuseField::new(0, 2, 82, 1);
pub const WDT_DELAY_SEL: EfuseField = EfuseField::new(0, 2, 83, 1);
pub const DIS_SM_CRYPT: EfuseField = EfuseField::new(0, 2, 84, 1);
pub const SPI_BOOT_CRYPT_CNT: EfuseField = EfuseField::new(0, 2, 85, 3);
pub const SECURE_BOOT_KEY_REVOKE0: EfuseField = EfuseField::new(0, 2, 88, 1);
pub const SECURE_BOOT_KEY_REVOKE1: EfuseField = EfuseField::new(0, 2, 89, 1);
pub const SECURE_BOOT_KEY_REVOKE2: EfuseField = EfuseField::new(0, 2, 90, 1);
pub const RESERVE_0_91: EfuseField = EfuseField::new(0, 2, 91, 5);
pub const KEY_PURPOSE_0: EfuseField = EfuseField::new(0, 3, 96, 5);
pub const KEY_PURPOSE_1: EfuseField = EfuseField::new(0, 3, 101, 5);
pub const KEY_PURPOSE_2: EfuseField = EfuseField::new(0, 3, 106, 5);
pub const KEY_PURPOSE_3: EfuseField = EfuseField::new(0, 3, 111, 5);
pub const KEY_PURPOSE_4: EfuseField = EfuseField::new(0, 3, 116, 5);
pub const ECC_FORCE_CONST_TIME: EfuseField = EfuseField::new(0, 3, 121, 1);
pub const ECDSA_DISABLE_SOFT_K: EfuseField = EfuseField::new(0, 3, 122, 1);
pub const SEC_DPA_LEVEL: EfuseField = EfuseField::new(0, 3, 123, 2);
pub const XTS_DPA_CLK_ENABLE: EfuseField = EfuseField::new(0, 3, 125, 1);
pub const RESERVE_0_126: EfuseField = EfuseField::new(0, 3, 126, 2);
pub const XTS_DPA_PSEUDO_LEVEL: EfuseField = EfuseField::new(0, 4, 128, 2);
pub const SECURE_BOOT_EN: EfuseField = EfuseField::new(0, 4, 130, 1);
pub const SECURE_BOOT_AGGRESSIVE_REVOKE: EfuseField = EfuseField::new(0, 4, 131, 1);
pub const RESERVE_0_132: EfuseField = EfuseField::new(0, 4, 132, 1);
pub const FLASH_TYPE: EfuseField = EfuseField::new(0, 4, 133, 1);
pub const RESERVE_0_134: EfuseField = EfuseField::new(0, 4, 134, 3);
pub const DIS_USB_OTG_DOWNLOAD_MODE: EfuseField = EfuseField::new(0, 4, 137, 1);
pub const RESERVE_0_138: EfuseField = EfuseField::new(0, 4, 138, 2);
pub const FLASH_TPUW: EfuseField = EfuseField::new(0, 4, 140, 4);
pub const DIS_DOWNLOAD_MODE: EfuseField = EfuseField::new(0, 4, 144, 1);
pub const DIS_DIRECT_BOOT: EfuseField = EfuseField::new(0, 4, 145, 1);
pub const DIS_USB_SERIAL_JTAG_ROM_PRINT: EfuseField = EfuseField::new(0, 4, 146, 1);
pub const LOCK_KM_KEY: EfuseField = EfuseField::new(0, 4, 147, 1);
pub const DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE: EfuseField = EfuseField::new(0, 4, 148, 1);
pub const ENABLE_SECURITY_DOWNLOAD: EfuseField = EfuseField::new(0, 4, 149, 1);
pub const UART_PRINT_CONTROL: EfuseField = EfuseField::new(0, 4, 150, 2);
pub const FORCE_SEND_RESUME: EfuseField = EfuseField::new(0, 4, 152, 1);
pub const RESERVE_0_153: EfuseField = EfuseField::new(0, 4, 153, 7);
pub const SECURE_VERSION: EfuseField = EfuseField::new(0, 5, 160, 16);
pub const SECURE_BOOT_DISABLE_FAST_WAKE: EfuseField = EfuseField::new(0, 5, 176, 1);
pub const HYS_EN_PAD: EfuseField = EfuseField::new(0, 5, 177, 1);
pub const RESERVE_0_178: EfuseField = EfuseField::new(0, 5, 178, 14);
pub const RESERVE_0_192: EfuseField = EfuseField::new(0, 6, 192, 2);
pub const DCDC_VSET_EN: EfuseField = EfuseField::new(0, 6, 194, 1);
pub const DIS_WDT: EfuseField = EfuseField::new(0, 6, 195, 1);
pub const DIS_SWD: EfuseField = EfuseField::new(0, 6, 196, 1);
pub const RESERVE_0_197: EfuseField = EfuseField::new(0, 6, 197, 6);
pub const SECURE_BOOT_SHA384_EN: EfuseField = EfuseField::new(0, 6, 203, 1);
pub const BOOTLOADER_ANTI_ROLLBACK_SECURE_VERSION: EfuseField = EfuseField::new(0, 6, 204, 4);
pub const BOOTLOADER_ANTI_ROLLBACK_EN: EfuseField = EfuseField::new(0, 6, 208, 1);
pub const BOOTLOADER_ANTI_ROLLBACK_UPDATE_IN_ROM: EfuseField = EfuseField::new(0, 6, 209, 1);
pub const RECOVERY_BOOTLOADER_FLASH_SECTOR: EfuseField = EfuseField::new(0, 6, 210, 12);
pub const RMA_ENA: EfuseField = EfuseField::new(0, 6, 222, 2);
pub const RMA_SESSION_COUNTER: EfuseField = EfuseField::new(0, 7, 224, 3);
pub const RMA_NONCE_ENA: EfuseField = EfuseField::new(0, 7, 227, 2);
pub const RMA_CHIP_INFO_SOURCE: EfuseField = EfuseField::new(0, 7, 229, 1);
pub const RMA_DISABLE_FAST_VEF: EfuseField = EfuseField::new(0, 7, 230, 1);
pub const PVT_0_GLITCH_EN: EfuseField = EfuseField::new(0, 7, 231, 1);
pub const PVT_0_GLITCH_MODE: EfuseField = EfuseField::new(0, 7, 232, 2);
pub const PVT_1_GLITCH_EN: EfuseField = EfuseField::new(0, 7, 234, 1);
pub const PVT_1_GLITCH_MODE: EfuseField = EfuseField::new(0, 7, 235, 2);
pub const PMU_FLASH_POWER_SEL: EfuseField = EfuseField::new(0, 7, 237, 1);
pub const PMU_FLASH_POWER_SEL_EN: EfuseField = EfuseField::new(0, 7, 238, 1);
pub const POWER_GLITCH_EN: EfuseField = EfuseField::new(0, 7, 239, 4);
pub const ENA_XTS_SHADOW: EfuseField = EfuseField::new(0, 7, 243, 1);
pub const ENA_SPI_BOOT_CRYPT_SCRAMBLER: EfuseField = EfuseField::new(0, 7, 244, 1);
pub const RE_ENABLE_JTAG_SOURCE: EfuseField = EfuseField::new(0, 7, 245, 1);
pub const RESERVE_0_246: EfuseField = EfuseField::new(0, 7, 246, 10);
pub const REPEAT7_RSVD: EfuseField = EfuseField::new(0, 8, 256, 16);
pub const RESERVE_0_272: EfuseField = EfuseField::new(0, 8, 272, 16);
pub const MAC0: EfuseField = EfuseField::new(1, 0, 0, 32);
pub const MAC1: EfuseField = EfuseField::new(1, 1, 32, 16);
pub const MAC_EXT: EfuseField = EfuseField::new(1, 1, 48, 16);
pub const MAC_RESERVED_0: EfuseField = EfuseField::new(1, 2, 64, 14);
pub const MAC_RESERVED_1: EfuseField = EfuseField::new(1, 2, 78, 18);
pub const MAC_RESERVED_2: EfuseField = EfuseField::new(1, 3, 96, 18);
pub const WAFER_VERSION_MINOR: EfuseField = EfuseField::new(1, 3, 114, 4);
pub const WAFER_VERSION_MAJOR: EfuseField = EfuseField::new(1, 3, 118, 2);
pub const DISABLE_WAFER_VERSION_MAJOR: EfuseField = EfuseField::new(1, 3, 120, 1);
pub const DISABLE_BLK_VERSION_MAJOR: EfuseField = EfuseField::new(1, 3, 121, 1);
pub const BLK_VERSION_MINOR: EfuseField = EfuseField::new(1, 3, 122, 3);
pub const BLK_VERSION_MAJOR: EfuseField = EfuseField::new(1, 3, 125, 2);
pub const PSRAM_CAP: EfuseField = EfuseField::new(1, 3, 127, 3);
pub const TEMP: EfuseField = EfuseField::new(1, 4, 130, 2);
pub const PSRAM_VENDOR: EfuseField = EfuseField::new(1, 4, 132, 2);
pub const PKG_VERSION: EfuseField = EfuseField::new(1, 4, 134, 2);
pub const RESERVED_1_136: EfuseField = EfuseField::new(1, 4, 136, 24);
pub const SYS_DATA_PART0_2: EfuseField = EfuseField::new(1, 5, 160, 32);
pub const OPTIONAL_UNIQUE_ID: EfuseField = EfuseField::new(2, 0, 0, 128);
pub const SYS_DATA_PART1_4: EfuseField = EfuseField::new(2, 4, 128, 32);
pub const SYS_DATA_PART1_5: EfuseField = EfuseField::new(2, 5, 160, 32);
pub const SYS_DATA_PART1_6: EfuseField = EfuseField::new(2, 6, 192, 32);
pub const SYS_DATA_PART1_7: EfuseField = EfuseField::new(2, 7, 224, 32);
pub const BLOCK_USR_DATA: EfuseField = EfuseField::new(3, 0, 0, 192);
pub const RESERVED_3_192: EfuseField = EfuseField::new(3, 6, 192, 8);
pub const CUSTOM_MAC: EfuseField = EfuseField::new(3, 6, 200, 48);
pub const RESERVED_3_248: EfuseField = EfuseField::new(3, 7, 248, 8);
pub const BLOCK_KEY0: EfuseField = EfuseField::new(4, 0, 0, 256);
pub const BLOCK_KEY1: EfuseField = EfuseField::new(5, 0, 0, 256);
pub const BLOCK_KEY2: EfuseField = EfuseField::new(6, 0, 0, 256);
pub const BLOCK_KEY3: EfuseField = EfuseField::new(7, 0, 0, 256);
pub const BLOCK_KEY4: EfuseField = EfuseField::new(8, 0, 0, 256);
pub const BLOCK_SYS_DATA2: EfuseField = EfuseField::new(9, 0, 0, 32);
pub const SYS_DATA_PART2_1: EfuseField = EfuseField::new(9, 1, 32, 32);
pub const SYS_DATA_PART2_2: EfuseField = EfuseField::new(9, 2, 64, 32);
pub const SYS_DATA_PART2_3: EfuseField = EfuseField::new(9, 3, 96, 32);
pub const SYS_DATA_PART2_4: EfuseField = EfuseField::new(9, 4, 128, 32);
pub const SYS_DATA_PART2_5: EfuseField = EfuseField::new(9, 5, 160, 32);
pub const USB_DEVICE_EXCHG_PINS: EfuseField = EfuseField::new(9, 6, 192, 1);
pub const USB_DEVICE_DREFH: EfuseField = EfuseField::new(9, 6, 193, 2);
pub const USB_DEVICE_DREFL: EfuseField = EfuseField::new(9, 6, 195, 2);
pub const RESERVE_9_197: EfuseField = EfuseField::new(9, 6, 197, 12);
pub const PVT_0_CELL_SELECT: EfuseField = EfuseField::new(9, 6, 209, 7);
pub const PVT_1_CELL_SELECT: EfuseField = EfuseField::new(9, 6, 216, 7);
pub const RESERVE_9_223: EfuseField = EfuseField::new(9, 6, 223, 1);
pub const PVT_0_LIMIT: EfuseField = EfuseField::new(9, 7, 224, 16);
pub const PVT_1_LIMIT: EfuseField = EfuseField::new(9, 7, 240, 16);