nrf-rs / nrf-pacs

Peripheral Access Crates (PACs) for nRF microcontrollers
BSD Zero Clause License
27 stars 12 forks source link

TWIM*.{TXD,RXD}.MAXCNT have an effective width of 8 bits #6

Open japaric opened 4 years ago

japaric commented 4 years ago

and their upper 24 bits are reserved, according to the nRF52840 OPS 0.5 (sections 32.8.11 and 32.8.15). The generated API lets you write 16-bit values into these registers, which includes the reserved bits.