ELEC-C7222
Libraries for ELEC C7222 Course Work
Loading...
Searching...
No Matches
c7222::FreeRtosTaskNotification Member List

This is the complete list of members for c7222::FreeRtosTaskNotification, including all inherited members.

Action enum namec7222::FreeRtosTaskNotification
Notify(TaskHandle task_handle, std::uint32_t value, Action action)c7222::FreeRtosTaskNotificationstatic
NotifyFromISR(TaskHandle task_handle, std::uint32_t value, Action action)c7222::FreeRtosTaskNotificationstatic
NotifyIndexed(TaskHandle task_handle, std::uint32_t index, std::uint32_t value, Action action)c7222::FreeRtosTaskNotificationstatic
NotifyIndexedFromISR(TaskHandle task_handle, std::uint32_t index, std::uint32_t value, Action action)c7222::FreeRtosTaskNotificationstatic
Take(bool clear_count_on_exit, std::uint32_t ticks_to_wait)c7222::FreeRtosTaskNotificationstatic
TakeIndexed(std::uint32_t index, bool clear_count_on_exit, std::uint32_t ticks_to_wait)c7222::FreeRtosTaskNotificationstatic
TaskHandle typedefc7222::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::FreeRtosTaskNotificationstatic
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::FreeRtosTaskNotificationstatic