Type Alias nrf52840dk::Siphasher24

source ·
pub(crate) type Siphasher24 = Siphasher24ComponentType;

Aliased Type§

struct Siphasher24 {
    client: OptionalCell<&'static dyn Client<8>>,
    hasher: Cell<SipHasher>,
    add_data_deferred_call: Cell<bool>,
    complete_deferred_call: Cell<bool>,
    deferred_call: DeferredCall,
    data_buffer: Cell<Option<SubSliceMutImmut<'static, u8>>>,
    out_buffer: TakeCell<'static, [u8; 8]>,
}

Fields§

§client: OptionalCell<&'static dyn Client<8>>§hasher: Cell<SipHasher>§add_data_deferred_call: Cell<bool>§complete_deferred_call: Cell<bool>§deferred_call: DeferredCall§data_buffer: Cell<Option<SubSliceMutImmut<'static, u8>>>§out_buffer: TakeCell<'static, [u8; 8]>