periodic_handler_payload

This handler executes a repeating, periodic timer that uses a payload argument.

static uint32_t periodic_handler_payload(
    void * payload
)

Parameters

payload

Type: void *

- any value that needs to be passed onto the handler.

Returns

Type: uint32_t