3.3.3.4 DAC_CallbackRegister

Registers the function to be called when an interrupt condition has been sensed on the DAC Channel.

void 
DAC_CallbackRegister
(
    const DAC_CALLBACK eventHandler, 
    const uintptr_t contextHandle

Precondition

  • none

Parameters

  • callback - registered call back function
  • context - callers context

Returns

  • void