[][src]Type Definition cc2538::rfcore_xreg::FRMFILT0

type FRMFILT0 = Reg<u32, _FRMFILT0>;

The frame filtering function rejects unintended frames as specified by IEEE 802.15.4, section 7.5.6.2, third filtering level. In addition, it provides filtering on: - The eight different frame types (see the FRMFILT1 register) - The reserved bits in the frame control field (FCF) The function is controlled by: - The FRMFILT0 and FRMFILT1 registers - The PAN_ID, SHORT_ADDR, and EXT_ADDR values in RAM

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

For information about avaliable fields see frmfilt0 module

Trait Implementations

impl Readable for FRMFILT0[src]

read() method returns frmfilt0::R reader structure

impl Writable for FRMFILT0[src]

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

impl ResetValue for FRMFILT0[src]

Register FRMFILT0 reset()'s with value 0

type Type = u32

Register size