15.4.2 Status and Output Data

Parameter Description
binding_layer_flags

Three status flags are set inside the binding layer callback functions to perform further processing the Application.

Three binding layer flags are supported in the current version as below.

time_to_measure_touch:

This flag is set on the timer ISR handler and when any module reburst is requested. This flag is used to trigger the measurement on either one of the above conditions met.

node_pp_request:

This flag is set in the measurement complete callback to indicate post processing is required. This flag is handled in the touch_process function.

reburst_request:

This flag is set in the post process complete callback and based on the individual module reburst flags. This flag is handled on the touch_process function.