STM32F7 : Fix RTC Wake Up Timer issue #5208
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This corrects #5136
Function from L4 family makes F7 works.
Status
READY
Tests results
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.04 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.07 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.06 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.04 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.06 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.05 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.06 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.04 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.05 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.04 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.11 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.04 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.05 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.08 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.06 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.05 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.05 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.06 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.04 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.04 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.04 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.11 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.06 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.05 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.07 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.06 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.05 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.04 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.06 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.05 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.04 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.09 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.07 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.04 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.05 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.06 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.07 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.05 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.05 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.05 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.06 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.05 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.05 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.03 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.04 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.09 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.07 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.05 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.06 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.05 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.05 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.06 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.06 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.05 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.05 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.04 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.06 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.05 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.05 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.04 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.05 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.09 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.06 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.05 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.04 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.05 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.04 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.06 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.06 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.04 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.06 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.05 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.06 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.05 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.05 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.04 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.05 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.07 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.05 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.04 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.05 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.05 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.05 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.05 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.05 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.04 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.04 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.04 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.05 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.11 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.05 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.06 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.07 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.04 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.05 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.08 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.05 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.05 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.05 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.04 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.04 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.04 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.05 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.11 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.05 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.06 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.07 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.04 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.04 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.08 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.05 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.06 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.04 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.07 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.05 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.05 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.04 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.05 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.09 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.06 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.05 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.06 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.04 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.05 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.08 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.05 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.05 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.04 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.05 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.05 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.04 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.05 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.11 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.05 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.06 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.05 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.04 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.05 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.06 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.05 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.07 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.04 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.04 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.04 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.04 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.11 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.04 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.05 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.05 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.05 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.05 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.05 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.04 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.05 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.05 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.04 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.04 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.1 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.06 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.04 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.07 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.04 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.05 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.07 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.05 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.05 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.04 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.05 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.05 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.06 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.05 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.09 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.05 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.06 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.04 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.05 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.05 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.05 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.05 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.04 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.05 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.04 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.04 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.1 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.04 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.05 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.04 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.04 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.08 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.04 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.05 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.04 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.05 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.05 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.04 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.04 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.08 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.05 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.05 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |