]> begriffs open source - freertos/commit
Mention portMAX_DELAY in xEventGroupWaitBits docs (#411)
authorTobias Nießen <tniessen@users.noreply.github.com>
Thu, 11 Nov 2021 01:39:01 +0000 (02:39 +0100)
committerGitHub <noreply@github.com>
Thu, 11 Nov 2021 01:39:01 +0000 (17:39 -0800)
commit4896d6b1a1f519972113fdb3d8aeb62542777543
treeb06de29dbad29ee95423895a9fc2793da3f15511
parentcd0b7fc271de55d3358761a292275e0e9a491a0a
Mention portMAX_DELAY in xEventGroupWaitBits docs (#411)

The public function xEventGroupWaitBits passes xTicksToWait to the
function vTaskPlaceOnUnorderedEventList, which passes the number of
ticks to prvAddCurrentTaskToDelayedList and sets xCanBlockIndefinitely
to pdTRUE, causing the latter to block indefinitely if
xTicksToWait == portMAX_DELAY and INCLUDE_vTaskSuspend == 1.
include/event_groups.h