Skip to main content

Token

Type Alias Token 

Source
pub type Token = Reg<TokenSpec>;
Expand description

TOKEN (rw) register accessor: Token

You can read this register and get token::R. You can reset, write, write_with_zero this register using token::W. You can also modify this register. See API.

For information about available fields see token module

Aliased Typeยง

pub struct Token { /* private fields */ }