pub enum HgroupType {
Show 104 variants
Comparators,
CurrentSensing,
OpAmp,
PowerOpAmp,
VideoAmplifiers,
Amplifiers,
MemsSensor,
Processors,
SoundTerminalIcs,
Adas,
AnalogAndPower,
InfotainmentAndTelematics,
LogicIcs,
Microcontrollers,
Rtc,
Timers,
A2dD2a,
IsolatedAdcs,
MeteringIcs,
DemodulatorsAndTuners,
SetTopBoxProcessors,
Diodes,
Rectifiers,
AmbientLightSensors,
ImageSensors,
ImagingProcessors,
TimeOfFlightSensors,
Interfaces,
IoExpanders,
LevelTranslators,
Transceivers,
Eeprom,
Flash,
Ram,
Environmental,
Infrared,
MemsHybrid,
MemsMicrophone,
MemsMotion,
Proximity,
Brushed,
Brushless,
GateDrivers,
Stepper,
Secure,
Reader,
Tag,
TagAndReader,
GnssIcs,
GnssModules,
AcDcConverters,
BatteryManagementIcs,
DcDcSwitchingConverters,
DisplaySuppliesAndControllers,
EFusesAndHotSwapIcs,
EnergyHarvesting,
GanPowerIcs,
HighDensityPowerDrivers,
IntelligentPowerSwitches,
LedDrivers,
LightingIcs,
LinearVoltageRegulators,
LnbSupplies,
PhotovoltaicIcs,
PowerOverEthernetIcs,
VoltageReferences,
WirelessChargerIcs,
Acepack,
Sllimm,
Igbts,
Bipolar,
Mosfets,
WideBandgap,
Asip,
EmiFilters,
Tss,
Tvs,
RfDmos,
RfLdmos,
MicroprocessorSupervisors,
OnOffControllers,
ResetAndVoltageDetectors,
SmartResetIcs,
VoltageProtectionIcs,
WatchdogTimers,
Authentication,
Sim,
SicDiodes,
SicMosfets,
LeoRadHardIcs,
RadHardAnalogIcs,
RadHardAsicPlatforms,
RadHardDiscretes,
RadHardInterfaces,
RadHardLogicIcs,
RadHardPowerManagement,
Switches,
Multiplexers,
Thyristors,
Triacs,
LongRange,
RfFrontEnd,
RfSolutions,
ShortRange,
}Expand description
Predefined hardware part group names per HgroupType
Variants§
Comparators
CurrentSensing
OpAmp
PowerOpAmp
VideoAmplifiers
Amplifiers
MemsSensor
“MEMS Sensor”
Processors
SoundTerminalIcs
“Sound Terminal ICs”
Adas
“ADAS (Advanced Driver Assistance Systems)”
AnalogAndPower
InfotainmentAndTelematics
LogicIcs
“Logic ICs”
Microcontrollers
Rtc
“RTC”
Timers
A2dD2a
“A2D - D2A”
IsolatedAdcs
“Isolated ADCs”
MeteringIcs
“Metering ICs”
DemodulatorsAndTuners
SetTopBoxProcessors
Diodes
Rectifiers
AmbientLightSensors
ImageSensors
ImagingProcessors
TimeOfFlightSensors
Interfaces
IoExpanders
“I/O Expanders”
LevelTranslators
Transceivers
Eeprom
“EEPROM”
Flash
Ram
“RAM”
Environmental
Infrared
MemsHybrid
“MEMS Hybrid”
MemsMicrophone
“MEMS Microphone”
MemsMotion
“MEMS Motion”
Proximity
Brushed
Brushless
GateDrivers
Stepper
Secure
Reader
Tag
TagAndReader
GnssIcs
“GNSS ICs”
GnssModules
“GNSS Modules”
AcDcConverters
“AC-DC Converters”
BatteryManagementIcs
“Battery Management ICs”
DcDcSwitchingConverters
DisplaySuppliesAndControllers
EFusesAndHotSwapIcs
“eFuses and hot-swap ICs”
EnergyHarvesting
GanPowerIcs
“GaN Power ICs”
HighDensityPowerDrivers
IntelligentPowerSwitches
LedDrivers
“LED Drivers”
LightingIcs
“Lighting ICs”
LinearVoltageRegulators
LnbSupplies
“LNB Supplies”
PhotovoltaicIcs
“Photovoltaic ICs”
PowerOverEthernetIcs
“Power Over Ethernet ICs”
VoltageReferences
WirelessChargerIcs
“Wireless Charger ICs”
Acepack
“ACEPACK”
Sllimm
“SLLIMM”
Igbts
“IGBTs”
Bipolar
Mosfets
“MOSFETs”
WideBandgap
Asip
“ASIP”
EmiFilters
“EMI Filters”
Tss
“TSS”
Tvs
“TVS”
RfDmos
“RF DMOS”
RfLdmos
“RF LDMOS”
MicroprocessorSupervisors
OnOffControllers
ResetAndVoltageDetectors
SmartResetIcs
“Smart Reset ICs”
VoltageProtectionIcs
“Voltage Protection ICs”
WatchdogTimers
Authentication
Sim
“SIM”
SicDiodes
“SiC Diodes”
SicMosfets
“SiC MOSFETs”
LeoRadHardIcs
“LEO Rad-Hard ICs”
RadHardAnalogIcs
“Rad-Hard Analog ICs”
RadHardAsicPlatforms
“Rad-Hard ASIC Platforms”
RadHardDiscretes
RadHardInterfaces
RadHardLogicIcs
“Rad-Hard Logic ICs”
RadHardPowerManagement
Switches
Multiplexers
Thyristors
Triacs
LongRange
RfFrontEnd
“RF Front-end”
RfSolutions
“RF Solutions”
ShortRange
Trait Implementations§
Source§impl Clone for HgroupType
impl Clone for HgroupType
Source§fn clone(&self) -> HgroupType
fn clone(&self) -> HgroupType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HgroupType
impl Debug for HgroupType
Source§impl<'de> Deserialize<'de> for HgroupType
impl<'de> Deserialize<'de> for HgroupType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for HgroupType
Source§impl PartialEq for HgroupType
impl PartialEq for HgroupType
Source§impl Serialize for HgroupType
impl Serialize for HgroupType
impl StructuralPartialEq for HgroupType
Source§impl TryFrom<&str> for HgroupType
impl TryFrom<&str> for HgroupType
Auto Trait Implementations§
impl Freeze for HgroupType
impl RefUnwindSafe for HgroupType
impl Send for HgroupType
impl Sync for HgroupType
impl Unpin for HgroupType
impl UnsafeUnpin for HgroupType
impl UnwindSafe for HgroupType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more