mirror of https://github.com/ARMmbed/mbed-os.git
4f5b191e74
MBED OS requires an us_ticker_read function that returns a 32bit value in microseconds. This can not be represented directly on the Beetle Timer Load register. max_us_on_reg = (0xFFFFFFFF ticks)/DIVIDER_US This patch introduces an intermediate layer that counts the timer wraps around and returns the correct value of us to the MBED library. Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com> |
||
---|---|---|
.. | ||
TARGET_BEETLE | ||
TARGET_IOTSS_BEID | ||
TARGET_MPS2_M0 | ||
TARGET_MPS2_M0P | ||
TARGET_MPS2_M3 | ||
TARGET_MPS2_M4 | ||
TARGET_MPS2_M7 |