PWM_Basic_register_callback

Register a callback function to be called at the end of the overflow ISR.

void PWM_Basic_register_callback(
    pwm_irq_cb_t f
)

Parameters

f

Type: pwm_irq_cb_t typedef

Pointer to function to be called

Returns

Type: void

Nothing.