Type Definition stm32g4::stm32g484::fdcan::PSR[][src]

type PSR = Reg<u32, _PSR>;

FDCAN Protocol Status Register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see psr module

Trait Implementations

impl Readable for PSR[src]

read() method returns psr::R reader structure

impl ResetValue for PSR[src]

Register PSR reset()'s with value 0x0707

type Type = u32

Register size

impl Writable for PSR[src]

write(|w| ..) method takes psr::W writer structure