pub enum DeRatingMode {
Normal = 0,
Derating = 1,
}Expand description
Wether the APP33772S will adjust the amount of current given to the device based on the de rating temperature
Variants§
Normal = 0
Current will not change unless the one of the thresholds is achieved at which point the device will turn off VOUT via the MOS Switch.
Derating = 1
The Device will change the output current based on the DeRating Temperature. Once the DeRating Temperature is reached the device will drop the current bu 50%
Implementations§
Trait Implementations§
Source§impl Clone for DeRatingMode
impl Clone for DeRatingMode
Source§fn clone(&self) -> DeRatingMode
fn clone(&self) -> DeRatingMode
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 moreimpl Copy for DeRatingMode
Source§impl Debug for DeRatingMode
impl Debug for DeRatingMode
Source§impl Default for DeRatingMode
impl Default for DeRatingMode
Source§fn default() -> DeRatingMode
fn default() -> DeRatingMode
Returns the “default value” for a type. Read more
Source§impl Format for DeRatingMode
impl Format for DeRatingMode
Source§impl PartialEq for DeRatingMode
impl PartialEq for DeRatingMode
impl StructuralPartialEq for DeRatingMode
Auto Trait Implementations§
impl Freeze for DeRatingMode
impl RefUnwindSafe for DeRatingMode
impl Send for DeRatingMode
impl Sync for DeRatingMode
impl Unpin for DeRatingMode
impl UnsafeUnpin for DeRatingMode
impl UnwindSafe for DeRatingMode
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