|
ELEC-C7222
Libraries for ELEC C7222 Course Work
|
This is the complete list of members for c7222::FreeRtosTaskNotification, including all inherited members.
| Action enum name | c7222::FreeRtosTaskNotification | |
| Notify(TaskHandle task_handle, std::uint32_t value, Action action) | c7222::FreeRtosTaskNotification | static |
| NotifyFromISR(TaskHandle task_handle, std::uint32_t value, Action action) | c7222::FreeRtosTaskNotification | static |
| NotifyIndexed(TaskHandle task_handle, std::uint32_t index, std::uint32_t value, Action action) | c7222::FreeRtosTaskNotification | static |
| NotifyIndexedFromISR(TaskHandle task_handle, std::uint32_t index, std::uint32_t value, Action action) | c7222::FreeRtosTaskNotification | static |
| Take(bool clear_count_on_exit, std::uint32_t ticks_to_wait) | c7222::FreeRtosTaskNotification | static |
| TakeIndexed(std::uint32_t index, bool clear_count_on_exit, std::uint32_t ticks_to_wait) | c7222::FreeRtosTaskNotification | static |
| TaskHandle typedef | c7222::FreeRtosTaskNotification | |
| Wait(std::uint32_t bits_to_clear_on_entry, std::uint32_t bits_to_clear_on_exit, std::uint32_t *out_value, std::uint32_t ticks_to_wait) | c7222::FreeRtosTaskNotification | static |
| WaitIndexed(std::uint32_t index, std::uint32_t bits_to_clear_on_entry, std::uint32_t bits_to_clear_on_exit, std::uint32_t *out_value, std::uint32_t ticks_to_wait) | c7222::FreeRtosTaskNotification | static |