mirror of https://github.com/ARMmbed/mbed-os.git
Doxygen: Move free standing HAL tests module inside their related HAL module.
parent
5b25b6643d
commit
85bd15ce6e
|
@ -14,7 +14,10 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \addtogroup hal_critical_tests
|
/** \addtogroup hal_critical
|
||||||
|
* @{
|
||||||
|
* \defgroup hal_critical_test Tests
|
||||||
|
* Tests definitions of the HAL Critical module.
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -45,7 +48,7 @@
|
||||||
template <int N>
|
template <int N>
|
||||||
void test_critical_section();
|
void test_critical_section();
|
||||||
|
|
||||||
|
/**@}*/
|
||||||
/**@}*/
|
/**@}*/
|
||||||
|
|
||||||
#endif // MBED_CRITICAL_SECTION_TEST_H
|
#endif // MBED_CRITICAL_SECTION_TEST_H
|
||||||
|
|
|
@ -14,7 +14,10 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \addtogroup hal_qspi_tests
|
/** \addtogroup hal_qspi
|
||||||
|
* @{
|
||||||
|
* \defgroup hal_qspi_tests Tests
|
||||||
|
* QSPI tests of the HAL.
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
#ifndef MBED_QSPI_TEST_H
|
#ifndef MBED_QSPI_TEST_H
|
||||||
|
@ -96,3 +99,4 @@ void qspi_write_read_test(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** @}*/
|
/** @}*/
|
||||||
|
/** @}*/
|
||||||
|
|
|
@ -15,7 +15,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup hal_sleep_test_utils
|
* @addtogroup hal_sleep
|
||||||
|
* @{
|
||||||
|
* @defgroup hal_sleep_test_util Tests
|
||||||
|
* Tests of the sleep HAL.
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -112,3 +115,4 @@ void lp_ticker_isr(const ticker_data_t * const ticker_data)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** @}*/
|
/** @}*/
|
||||||
|
/** @}*/
|
||||||
|
|
Loading…
Reference in New Issue