* @brief Gets the thread static buffer. * @return The thread static buffer. */
| 549 | * @return The thread static buffer. |
| 550 | */ |
| 551 | static inline u32* getThreadStaticBuffers(void) |
| 552 | { |
| 553 | return (u32*)((u8*)getThreadLocalStorage() + 0x180); |
| 554 | } |
| 555 | |
| 556 | ///@name Device drivers |
| 557 | ///@{ |
no test coverage detected