Suppose a 16-bit timer is set to run in continuous mode at 16 Mhz. The timer is configured to count up, and generate an interrupt every time it rolls over (counts from OxFFFF to 0x0000). The first snapshot is 0xFF00. The second snapshot is 0x0215, and only one rollover was detected between the two samples. How much time elapsed?