* @brief Gets the thread command buffer. * @return The thread command buffer. */
| 540 | * @return The thread command buffer. |
| 541 | */ |
| 542 | static inline u32* getThreadCommandBuffer(void) |
| 543 | { |
| 544 | return (u32*)((u8*)getThreadLocalStorage() + 0x80); |
| 545 | } |
| 546 | |
| 547 | /** |
| 548 | * @brief Gets the thread static buffer. |
no test coverage detected