Searched refs:EPWM_T (Results 1 – 7 of 7) sorted by relevance
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/inc/ |
D | epwm.h | 551 uint32_t EPWM_ConfigCaptureChannel(EPWM_T *epwm, uint32_t u32ChannelNum, uint32_t u32UnitTimeNsec, … 552 uint32_t EPWM_ConfigOutputChannel(EPWM_T *epwm, uint32_t u32ChannelNum, uint32_t u32Frequency, uint… 553 void EPWM_Start(EPWM_T *epwm, uint32_t u32ChannelMask); 554 void EPWM_Stop(EPWM_T *epwm, uint32_t u32ChannelMask); 555 void EPWM_ForceStop(EPWM_T *epwm, uint32_t u32ChannelMask); 556 void EPWM_EnableADCTrigger(EPWM_T *epwm, uint32_t u32ChannelNum, uint32_t u32Condition); 557 void EPWM_DisableADCTrigger(EPWM_T *epwm, uint32_t u32ChannelNum); 558 int32_t EPWM_EnableADCTriggerPrescale(EPWM_T *epwm, uint32_t u32ChannelNum, uint32_t u32Prescale, u… 559 void EPWM_DisableADCTriggerPrescale(EPWM_T *epwm, uint32_t u32ChannelNum); 560 void EPWM_ClearADCTriggerFlag(EPWM_T *epwm, uint32_t u32ChannelNum, uint32_t u32Condition); [all …]
|
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/m2351/bsp/Library/StdDriver/inc/ |
D | epwm.h | 542 uint32_t EPWM_ConfigCaptureChannel(EPWM_T *epwm, uint32_t u32ChannelNum, uint32_t u32UnitTimeNsec, … 543 uint32_t EPWM_ConfigOutputChannel(EPWM_T *epwm, uint32_t u32ChannelNum, uint32_t u32Frequency, uint… 544 void EPWM_Start(EPWM_T *epwm, uint32_t u32ChannelMask); 545 void EPWM_Stop(EPWM_T *epwm, uint32_t u32ChannelMask); 546 void EPWM_ForceStop(EPWM_T *epwm, uint32_t u32ChannelMask); 547 void EPWM_EnableADCTrigger(EPWM_T *epwm, uint32_t u32ChannelNum, uint32_t u32Condition); 548 void EPWM_DisableADCTrigger(EPWM_T *epwm, uint32_t u32ChannelNum); 549 void EPWM_ClearADCTriggerFlag(EPWM_T *epwm, uint32_t u32ChannelNum, uint32_t u32Condition); 550 uint32_t EPWM_GetADCTriggerFlag(EPWM_T *epwm, uint32_t u32ChannelNum); 551 void EPWM_EnableDACTrigger(EPWM_T *epwm, uint32_t u32ChannelNum, uint32_t u32Condition); [all …]
|
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/src/ |
D | epwm.c | 35 uint32_t EPWM_ConfigCaptureChannel(EPWM_T *epwm, uint32_t u32ChannelNum, uint32_t u32UnitTimeNsec, … in EPWM_ConfigCaptureChannel() 107 uint32_t EPWM_ConfigOutputChannel(EPWM_T *epwm, uint32_t u32ChannelNum, uint32_t u32Frequency, uint… in EPWM_ConfigOutputChannel() 165 void EPWM_Start(EPWM_T *epwm, uint32_t u32ChannelMask) in EPWM_Start() 180 void EPWM_Stop(EPWM_T *epwm, uint32_t u32ChannelMask) in EPWM_Stop() 202 void EPWM_ForceStop(EPWM_T *epwm, uint32_t u32ChannelMask) in EPWM_ForceStop() 233 void EPWM_EnableADCTrigger(EPWM_T *epwm, uint32_t u32ChannelNum, uint32_t u32Condition) in EPWM_EnableADCTrigger() 256 void EPWM_DisableADCTrigger(EPWM_T *epwm, uint32_t u32ChannelNum) in EPWM_DisableADCTrigger() 282 int32_t EPWM_EnableADCTriggerPrescale(EPWM_T *epwm, uint32_t u32ChannelNum, uint32_t u32Prescale, u… in EPWM_EnableADCTriggerPrescale() 317 void EPWM_DisableADCTriggerPrescale(EPWM_T *epwm, uint32_t u32ChannelNum) in EPWM_DisableADCTriggerPrescale() 332 void EPWM_ClearADCTriggerFlag(EPWM_T *epwm, uint32_t u32ChannelNum, uint32_t u32Condition) in EPWM_ClearADCTriggerFlag() [all …]
|
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/m2351/bsp/Library/StdDriver/src/ |
D | epwm.c | 35 uint32_t EPWM_ConfigCaptureChannel(EPWM_T *epwm, uint32_t u32ChannelNum, uint32_t u32UnitTimeNsec, … in EPWM_ConfigCaptureChannel() 106 uint32_t EPWM_ConfigOutputChannel(EPWM_T *epwm, uint32_t u32ChannelNum, uint32_t u32Frequency, uint… in EPWM_ConfigOutputChannel() 164 void EPWM_Start(EPWM_T *epwm, uint32_t u32ChannelMask) in EPWM_Start() 179 void EPWM_Stop(EPWM_T *epwm, uint32_t u32ChannelMask) in EPWM_Stop() 201 void EPWM_ForceStop(EPWM_T *epwm, uint32_t u32ChannelMask) in EPWM_ForceStop() 232 void EPWM_EnableADCTrigger(EPWM_T *epwm, uint32_t u32ChannelNum, uint32_t u32Condition) in EPWM_EnableADCTrigger() 255 void EPWM_DisableADCTrigger(EPWM_T *epwm, uint32_t u32ChannelNum) in EPWM_DisableADCTrigger() 277 void EPWM_ClearADCTriggerFlag(EPWM_T *epwm, uint32_t u32ChannelNum, uint32_t u32Condition) in EPWM_ClearADCTriggerFlag() 293 uint32_t EPWM_GetADCTriggerFlag(EPWM_T *epwm, uint32_t u32ChannelNum) in EPWM_GetADCTriggerFlag() 312 void EPWM_EnableDACTrigger(EPWM_T *epwm, uint32_t u32ChannelNum, uint32_t u32Condition) in EPWM_EnableDACTrigger() [all …]
|
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/m2351/bsp/Device/Nuvoton/M2351/Include/ |
D | M2351.h | 495 #define EPWM0_S ((EPWM_T *) EPWM0_BASE) /*!< EPWM0 Pointer … 496 #define EPWM1_S ((EPWM_T *) EPWM1_BASE) /*!< EPWM1 Pointer … 577 #define EPWM0_NS ((EPWM_T *) (EPWM0_BASE+NS_OFFSET)) /*!< EPWM0… 578 #define EPWM1_NS ((EPWM_T *) (EPWM1_BASE+NS_OFFSET)) /*!< EPWM1…
|
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/m2354/bsp/Device/Nuvoton/M2354/Include/ |
D | M2354.h | 524 #define EPWM0_S ((EPWM_T *) EPWM0_BASE) /*!< EPWM0 Pointer … 525 #define EPWM1_S ((EPWM_T *) EPWM1_BASE) /*!< EPWM1 Pointer … 617 #define EPWM0_NS ((EPWM_T *) (EPWM0_BASE+NS_OFFSET)) /*!< EPWM0 P… 618 #define EPWM1_NS ((EPWM_T *) (EPWM1_BASE+NS_OFFSET)) /*!< EPWM1 P…
|
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/common/bsp/Include/ |
D | epwm_reg.h | 2169 } EPWM_T; typedef
|