My climat station
Hal_critical_tests
Functions | |
| template<int N> | |
| void | test_critical_section () |
| Template for HAL critical section tests. | |
Function Documentation
| void test_critical_section | ( | ) |
Template for HAL critical section tests.
Test critical section Given a critical section HAL mechanism When before critical section Then interrupts are enabled When inside critical section Then interrupts are disabled When after critical section Then interrupts are enabled again
Test critical section - nested lock Given a critical section HAL mechanism When before critical section Then interrupts are enabled When inside nested critical section Then interrupts are disabled When after nested critical section Then interrupts are enabled again
Definition at line 50 of file mbed-os/TESTS/mbed_hal/critical_section/main.cpp.
Generated on Tue Jul 12 2022 14:26:32 by
1.7.2
Gleb Klochkov