mirror of https://github.com/ARMmbed/mbed-os.git
Remove requirements for ticker free function
parent
20f3d87283
commit
629718bc7f
|
@ -73,8 +73,6 @@ extern "C" {
|
|||
* Verified by ::ticker_fire_now_test
|
||||
* * The ticker operations ticker_read, ticker_clear_interrupt, ticker_set_interrupt and ticker_fire_interrupt
|
||||
* take less than 20us to complete - Verified by ::ticker_speed_test
|
||||
* * The function ticker_free disables the ticker interrupt - ::ticker_free_interrupt_test
|
||||
* * The function ticker_init re-initializes ticker after has been disabled by means of ticker_free - Verified by ::ticker_init_free_test
|
||||
*
|
||||
* # Undefined behavior
|
||||
* * Calling any function other than ticker_init before the initialization of the ticker
|
||||
|
|
Loading…
Reference in New Issue