* @brief This fucntion will return current cpu object. * * @return Return a pointer to the current cpu object. */
| 103 | * @return Return a pointer to the current cpu object. |
| 104 | */ |
| 105 | struct rt_cpu *rt_cpu_self(void) |
| 106 | { |
| 107 | return &_cpu; |
| 108 | } |
| 109 | |
| 110 | /** |
| 111 | * @brief This fucntion will return the cpu object corresponding to index. |
no outgoing calls
no test coverage detected