#![allow(clippy::empty_docs)]
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 DIS_ICACHE: EfuseField = EfuseField::new(0, 1, 39, 1);
pub const DIS_USB_JTAG: EfuseField = EfuseField::new(0, 1, 40, 1);
pub const DIS_USB_SERIAL_JTAG: EfuseField = EfuseField::new(0, 1, 41, 1);
pub const DIS_FORCE_DOWNLOAD: EfuseField = EfuseField::new(0, 1, 42, 1);
pub const SPI_DOWNLOAD_MSPI_DIS: EfuseField = EfuseField::new(0, 1, 43, 1);
pub const JTAG_SEL_ENABLE: EfuseField = EfuseField::new(0, 1, 44, 1);
pub const DIS_PAD_JTAG: EfuseField = EfuseField::new(0, 1, 45, 1);
pub const DIS_DOWNLOAD_MANUAL_ENCRYPT: EfuseField = EfuseField::new(0, 1, 46, 1);
pub const USB_DREFH: EfuseField = EfuseField::new(0, 1, 47, 2);
pub const USB_DREFL: EfuseField = EfuseField::new(0, 1, 49, 2);
pub const USB_EXCHG_PINS: EfuseField = EfuseField::new(0, 1, 51, 1);
pub const VDD_SPI_AS_GPIO: EfuseField = EfuseField::new(0, 1, 52, 1);
pub const WDT_DELAY_SEL: EfuseField = EfuseField::new(0, 1, 53, 2);
pub const SPI_BOOT_CRYPT_CNT: EfuseField = EfuseField::new(0, 1, 55, 3);
pub const SECURE_BOOT_KEY_REVOKE0: EfuseField = EfuseField::new(0, 1, 58, 1);
pub const SECURE_BOOT_KEY_REVOKE1: EfuseField = EfuseField::new(0, 1, 59, 1);
pub const SECURE_BOOT_KEY_REVOKE2: EfuseField = EfuseField::new(0, 1, 60, 1);
pub const RESERVE_0_61: EfuseField = EfuseField::new(0, 1, 61, 3);
pub const KEY_PURPOSE_0: EfuseField = EfuseField::new(0, 2, 64, 4);
pub const KEY_PURPOSE_1: EfuseField = EfuseField::new(0, 2, 68, 4);
pub const KEY_PURPOSE_2: EfuseField = EfuseField::new(0, 2, 72, 4);
pub const KEY_PURPOSE_3: EfuseField = EfuseField::new(0, 2, 76, 4);
pub const KEY_PURPOSE_4: EfuseField = EfuseField::new(0, 2, 80, 4);
pub const KEY_PURPOSE_5: EfuseField = EfuseField::new(0, 2, 84, 4);
pub const SEC_DPA_LEVEL: EfuseField = EfuseField::new(0, 2, 88, 2);
pub const SECURE_BOOT_EN: EfuseField = EfuseField::new(0, 2, 90, 1);
pub const SECURE_BOOT_AGGRESSIVE_REVOKE: EfuseField = EfuseField::new(0, 2, 91, 1);
pub const FLASH_TPUW: EfuseField = EfuseField::new(0, 2, 92, 4);
pub const DIS_DOWNLOAD_MODE: EfuseField = EfuseField::new(0, 3, 96, 1);
pub const DIS_DIRECT_BOOT: EfuseField = EfuseField::new(0, 3, 97, 1);
pub const DIS_USB_SERIAL_JTAG_ROM_PRINT: EfuseField = EfuseField::new(0, 3, 98, 1);
pub const DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE: EfuseField = EfuseField::new(0, 3, 99, 1);
pub const ENABLE_SECURITY_DOWNLOAD: EfuseField = EfuseField::new(0, 3, 100, 1);
pub const UART_PRINT_CONTROL: EfuseField = EfuseField::new(0, 3, 101, 2);
pub const FORCE_SEND_RESUME: EfuseField = EfuseField::new(0, 3, 103, 1);
pub const SECURE_VERSION: EfuseField = EfuseField::new(0, 3, 104, 16);
pub const SECURE_BOOT_DISABLE_FAST_WAKE: EfuseField = EfuseField::new(0, 3, 120, 1);
pub const HYS_EN_PAD: EfuseField = EfuseField::new(0, 3, 121, 1);
pub const XTS_DPA_CLK_ENABLE: EfuseField = EfuseField::new(0, 3, 122, 1);
pub const XTS_DPA_PSEUDO_LEVEL: EfuseField = EfuseField::new(0, 3, 123, 2);
pub const DIS_WIFI6: EfuseField = EfuseField::new(0, 3, 125, 1);
pub const ECDSA_DISABLE_P192: EfuseField = EfuseField::new(0, 3, 126, 1);
pub const ECC_FORCE_CONST_TIME: EfuseField = EfuseField::new(0, 3, 127, 1);
pub const BOOTLOADER_ANTI_ROLLBACK_SECURE_VERSION: EfuseField = EfuseField::new(0, 4, 128, 4);
pub const BOOTLOADER_ANTI_ROLLBACK_EN: EfuseField = EfuseField::new(0, 4, 132, 1);
pub const BOOTLOADER_ANTI_ROLLBACK_UPDATE_IN_ROM: EfuseField = EfuseField::new(0, 4, 133, 1);
pub const RECOVERY_BOOTLOADER_FLASH_SECTOR: EfuseField = EfuseField::new(0, 4, 134, 12);
pub const RESERVE_0_146: EfuseField = EfuseField::new(0, 4, 146, 14);
pub const REPEAT_DATA4: EfuseField = EfuseField::new(0, 5, 160, 24);
pub const RESERVE_0_184: EfuseField = EfuseField::new(0, 5, 184, 8);
pub const MAC0: EfuseField = EfuseField::new(1, 0, 0, 32);
pub const MAC1: EfuseField = EfuseField::new(1, 1, 32, 16);
pub const RESERVE_1_48: EfuseField = EfuseField::new(1, 1, 48, 16);
pub const WAFER_VERSION_MINOR: EfuseField = EfuseField::new(1, 2, 64, 4);
pub const WAFER_VERSION_MAJOR: EfuseField = EfuseField::new(1, 2, 68, 2);
pub const DISABLE_WAFER_VERSION_MAJOR: EfuseField = EfuseField::new(1, 2, 70, 1);
pub const DISABLE_BLK_VERSION_MAJOR: EfuseField = EfuseField::new(1, 2, 71, 1);
pub const BLK_VERSION_MINOR: EfuseField = EfuseField::new(1, 2, 72, 3);
pub const BLK_VERSION_MAJOR: EfuseField = EfuseField::new(1, 2, 75, 2);
pub const FLASH_CAP: EfuseField = EfuseField::new(1, 2, 77, 3);
pub const FLASH_VENDOR: EfuseField = EfuseField::new(1, 2, 80, 3);
pub const PSRAM_CAP: EfuseField = EfuseField::new(1, 2, 83, 3);
pub const PSRAM_VENDOR: EfuseField = EfuseField::new(1, 2, 86, 2);
pub const TEMP: EfuseField = EfuseField::new(1, 2, 88, 2);
pub const PKG_VERSION: EfuseField = EfuseField::new(1, 2, 90, 3);
pub const ACTIVE_HP_DBIAS: EfuseField = EfuseField::new(1, 2, 93, 4);
pub const ACTIVE_LP_DBIAS: EfuseField = EfuseField::new(1, 3, 97, 4);
pub const LSLP_HP_DBG: EfuseField = EfuseField::new(1, 3, 101, 2);
pub const LSLP_HP_DBIAS: EfuseField = EfuseField::new(1, 3, 103, 4);
pub const DSLP_LP_DBG: EfuseField = EfuseField::new(1, 3, 107, 4);
pub const DSLP_LP_DBIAS: EfuseField = EfuseField::new(1, 3, 111, 5);
pub const LP_HP_DBIAS_VOL_GAP: EfuseField = EfuseField::new(1, 3, 116, 5);
pub const RESERVED_1_121: EfuseField = EfuseField::new(1, 3, 121, 7);
pub const SYS_DATA_PART0_1: EfuseField = EfuseField::new(1, 4, 128, 32);
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 TEMPERATURE_SENSOR: EfuseField = EfuseField::new(2, 4, 128, 9);
pub const OCODE: EfuseField = EfuseField::new(2, 4, 137, 8);
pub const ADC1_AVE_INIT_CODE_ATTEN0: EfuseField = EfuseField::new(2, 4, 145, 10);
pub const ADC1_AVE_INIT_CODE_ATTEN1: EfuseField = EfuseField::new(2, 4, 155, 10);
pub const ADC1_AVE_INIT_CODE_ATTEN2: EfuseField = EfuseField::new(2, 5, 165, 10);
pub const ADC1_AVE_INIT_CODE_ATTEN3: EfuseField = EfuseField::new(2, 5, 175, 10);
pub const ADC1_HI_DOUT_ATTEN0: EfuseField = EfuseField::new(2, 5, 185, 10);
pub const ADC1_HI_DOUT_ATTEN1: EfuseField = EfuseField::new(2, 6, 195, 10);
pub const ADC1_HI_DOUT_ATTEN2: EfuseField = EfuseField::new(2, 6, 205, 10);
pub const ADC1_HI_DOUT_ATTEN3: EfuseField = EfuseField::new(2, 6, 215, 10);
pub const ADC1_CH0_ATTEN0_INITCODE_DIFF: EfuseField = EfuseField::new(2, 7, 225, 4);
pub const ADC1_CH1_ATTEN0_INITCODE_DIFF: EfuseField = EfuseField::new(2, 7, 229, 4);
pub const ADC1_CH2_ATTEN0_INITCODE_DIFF: EfuseField = EfuseField::new(2, 7, 233, 4);
pub const ADC1_CH3_ATTEN0_INITCODE_DIFF: EfuseField = EfuseField::new(2, 7, 237, 4);
pub const RESERVED_2_241: EfuseField = EfuseField::new(2, 7, 241, 15);
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_KEY5: EfuseField = EfuseField::new(9, 0, 0, 256);
pub const BLOCK_SYS_DATA2: EfuseField = EfuseField::new(10, 0, 0, 256);