Home
last modified time | relevance | path

Searched defs:poly (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CRC/
DSAM4S_CRCCU.cs197 private IEnumRegisterField<CRCPolyType> poly; field in Antmicro.Renode.Peripherals.CRC.SAM4S_CRCCU
DSTM32_CRC.cs143 private static int PolySizeToCRCWidth(PolySize poly) in PolySizeToCRCWidth()