|
| void * | entry () override |
| | User entry point for the created thread.
|
| |
| | OSThread (const char *name, int priority, size_t stack_size, void *(*start_routine)(void *), void *arg) |
| | Create a thread.
|
| |
| | OSThread () |
| | Creates a thread via inheritance.
|
| |
| void | start (const char *name, int priority, size_t stack_size) |
| | Starts the thread.
|
| |
| virtual | ~OSThread () |
| | Default destructor.
|
| |
| bool | is_created () |
| |
| void | inherit () |
| | Inherits the current thread.
|
| |
| os_thread_t | get_handle () |
| |
| void | lock_to_thread () |
| | Sets the thread handle to the current calling thread's.
|
| |
| void | unlock_from_thread () |
| | Resets the thread handle to none.
|
| |
Definition at line 6 of file TMAG5273Demo.hxx.
◆ MagSensorTest()
| MagSensorTest::MagSensorTest |
( |
| ) |
|
|
inline |
◆ entry()
| void * MagSensorTest::entry |
( |
| ) |
|
|
inlineoverridevirtual |
User entry point for the created thread.
- Returns
- exit status
Reimplemented from OSThread.
Definition at line 14 of file TMAG5273Demo.hxx.
◆ sen_
The documentation for this class was generated from the following file: