PDL for FM0+  Version1.0
Peripheral Driverl Library for FM0+
stc_pwm_int_cb Struct Reference

structure to set the PWM interrupt callback function More...

#include <bt.h>

Data Fields

func_ptr_t pfnPwmTrigIntCallback
 Pointer to trigger interrupt callback function.
func_ptr_t pfnPwmDutyMatchIntCallback
 Pointer to duty match interrupt callback function.
func_ptr_t pfnPwmUnderflowIntCallback
 Pointer to underflow interrupt callback function.

Detailed Description

structure to set the PWM interrupt callback function

Definition at line 495 of file bt.h.


Field Documentation

Pointer to duty match interrupt callback function.

Definition at line 498 of file bt.h.

Referenced by Bt_Pwm_EnableInt().

Pointer to trigger interrupt callback function.

Definition at line 497 of file bt.h.

Referenced by Bt_Pwm_EnableInt().

Pointer to underflow interrupt callback function.

Definition at line 499 of file bt.h.

Referenced by Bt_Pwm_EnableInt().


The documentation for this struct was generated from the following file: