[][src]Type Definition rsl10_pac::rf::rf_crc_polynomial::W

type W = W<u32, RF_CRC_POLYNOMIAL>;

Writer for register RF_CRC_POLYNOMIAL

Methods

impl W[src]

pub fn crc_polynomial_crc_poly(&mut self) -> CRC_POLYNOMIAL_CRC_POLY_W[src]

Bits 0:31 - CRC polynomial. It is coded using the Koopman notation, i.e. the nth bit codes the (n+1) coefficient. Example: x^16+x^12+x^5+1 => 0x8810