Home
last modified time | relevance | path

Searched refs:PWM0_BASE (Results 1 – 20 of 20) sorted by relevance

/bsp/tm4c123bsp/libraries/Drivers/
A Ddrv_pwm.c128 configuration->period = PWMGenPeriodGet(PWM0_BASE, PWM_GEN_0); in drv_pwm_get()
132 configuration->period = PWMGenPeriodGet(PWM0_BASE, PWM_GEN_1); in drv_pwm_get()
136 configuration->period = PWMGenPeriodGet(PWM0_BASE, PWM_GEN_2); in drv_pwm_get()
140 configuration->period = PWMGenPeriodGet(PWM0_BASE, PWM_GEN_3); in drv_pwm_get()
174 PWMGenEnable(PWM0_BASE, PWM_GEN_0); in drv_pwm_set()
179 PWMGenEnable(PWM0_BASE, PWM_GEN_1); in drv_pwm_set()
184 PWMGenEnable(PWM0_BASE, PWM_GEN_2); in drv_pwm_set()
189 PWMGenEnable(PWM0_BASE, PWM_GEN_3); in drv_pwm_set()
247 PWMGenConfigure(PWM0_BASE, PWM_GEN_0, device->config->counterMode | in tm4c123_hw_pwm_init()
251 PWMGenConfigure(PWM0_BASE, PWM_GEN_1, device->config->counterMode | in tm4c123_hw_pwm_init()
[all …]
/bsp/lm4f232/Libraries/driverlib/
A Dpwm.c189 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMGenConfigure()
266 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMGenPeriodSet()
323 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMGenPeriodGet()
370 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMGenEnable()
399 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMGenDisable()
436 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMPulseWidthSet()
506 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMPulseWidthGet()
914 case PWM0_BASE + PWM_GEN_0: in PWMGenIntGet()
922 case PWM0_BASE + PWM_GEN_1: in PWMGenIntGet()
930 case PWM0_BASE + PWM_GEN_2: in PWMGenIntGet()
[all …]
/bsp/lm3s9b9x/Libraries/driverlib/
A Dpwm.c189 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMGenConfigure()
266 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMGenPeriodSet()
323 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMGenPeriodGet()
370 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMGenEnable()
399 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMGenDisable()
436 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMPulseWidthSet()
506 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMPulseWidthGet()
914 case PWM0_BASE + PWM_GEN_0: in PWMGenIntGet()
922 case PWM0_BASE + PWM_GEN_1: in PWMGenIntGet()
930 case PWM0_BASE + PWM_GEN_2: in PWMGenIntGet()
[all …]
/bsp/lm3s8962/Libraries/driverlib/
A Dpwm.c189 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMGenConfigure()
266 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMGenPeriodSet()
323 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMGenPeriodGet()
370 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMGenEnable()
399 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMGenDisable()
436 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMPulseWidthSet()
506 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMPulseWidthGet()
914 case PWM0_BASE + PWM_GEN_0: in PWMGenIntGet()
922 case PWM0_BASE + PWM_GEN_1: in PWMGenIntGet()
930 case PWM0_BASE + PWM_GEN_2: in PWMGenIntGet()
[all …]
/bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/
A Dpwm.c203 ASSERT(ui32Base == PWM0_BASE); in PWMGenConfigure()
281 ASSERT(ui32Base == PWM0_BASE); in PWMGenPeriodSet()
338 ASSERT(ui32Base == PWM0_BASE); in PWMGenPeriodGet()
385 ASSERT(ui32Base == PWM0_BASE); in PWMGenEnable()
414 ASSERT(ui32Base == PWM0_BASE); in PWMGenDisable()
452 ASSERT(ui32Base == PWM0_BASE); in PWMPulseWidthSet()
522 ASSERT(ui32Base == PWM0_BASE); in PWMPulseWidthGet()
926 case PWM0_BASE + PWM_GEN_0: in _PWMGenIntNumberGet()
934 case PWM0_BASE + PWM_GEN_1: in _PWMGenIntNumberGet()
942 case PWM0_BASE + PWM_GEN_2: in _PWMGenIntNumberGet()
[all …]
/bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/src/
A Dpwm.c206 ASSERT((ui32Base == PWM0_BASE) || (ui32Base == PWM1_BASE)); in PWMGenConfigure()
284 ASSERT((ui32Base == PWM0_BASE) || (ui32Base == PWM1_BASE)); in PWMGenPeriodSet()
341 ASSERT((ui32Base == PWM0_BASE) || (ui32Base == PWM1_BASE)); in PWMGenPeriodGet()
388 ASSERT((ui32Base == PWM0_BASE) || (ui32Base == PWM1_BASE)); in PWMGenEnable()
417 ASSERT((ui32Base == PWM0_BASE) || (ui32Base == PWM1_BASE)); in PWMGenDisable()
455 ASSERT((ui32Base == PWM0_BASE) || (ui32Base == PWM1_BASE)); in PWMPulseWidthSet()
525 ASSERT((ui32Base == PWM0_BASE) || (ui32Base == PWM1_BASE)); in PWMPulseWidthGet()
933 case PWM0_BASE + PWM_GEN_0: in _PWMGenIntNumberGet()
952 case PWM0_BASE + PWM_GEN_1: in _PWMGenIntNumberGet()
967 case PWM0_BASE + PWM_GEN_2: in _PWMGenIntNumberGet()
[all …]
/bsp/tm4c129x/libraries/driverlib/
A Dpwm.c206 ASSERT((ui32Base == PWM0_BASE) || (ui32Base == PWM1_BASE)); in PWMGenConfigure()
284 ASSERT((ui32Base == PWM0_BASE) || (ui32Base == PWM1_BASE)); in PWMGenPeriodSet()
341 ASSERT((ui32Base == PWM0_BASE) || (ui32Base == PWM1_BASE)); in PWMGenPeriodGet()
388 ASSERT((ui32Base == PWM0_BASE) || (ui32Base == PWM1_BASE)); in PWMGenEnable()
417 ASSERT((ui32Base == PWM0_BASE) || (ui32Base == PWM1_BASE)); in PWMGenDisable()
455 ASSERT((ui32Base == PWM0_BASE) || (ui32Base == PWM1_BASE)); in PWMPulseWidthSet()
525 ASSERT((ui32Base == PWM0_BASE) || (ui32Base == PWM1_BASE)); in PWMPulseWidthGet()
933 case PWM0_BASE + PWM_GEN_0: in _PWMGenIntNumberGet()
952 case PWM0_BASE + PWM_GEN_1: in _PWMGenIntNumberGet()
967 case PWM0_BASE + PWM_GEN_2: in _PWMGenIntNumberGet()
[all …]
/bsp/loongson/ls2kdev/drivers/
A Ddrv_pwm.c16 #define PWM0_BASE (0xFFFFFFFFBFe02000) macro
131 (void *)PWM0_BASE, in loongson_pwm_init()
/bsp/lm4f232/Libraries/inc/
A Dhw_memmap.h66 #define PWM0_BASE 0x40028000 // Pulse Width Modulator (PWM) macro
/bsp/lm3s8962/Libraries/inc/
A Dhw_memmap.h66 #define PWM0_BASE 0x40028000 // Pulse Width Modulator (PWM) macro
/bsp/lm3s9b9x/Libraries/inc/
A Dhw_memmap.h66 #define PWM0_BASE 0x40028000 // Pulse Width Modulator (PWM) macro
/bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/driverlib/inc/
A Dhw_memmap.h77 #define PWM0_BASE 0x40028000 // Pulse Width Modulator (PWM) macro
/bsp/tm4c129x/libraries/inc/
A Dhw_memmap.h77 #define PWM0_BASE 0x40028000 // Pulse Width Modulator (PWM) macro
/bsp/Vango/v85xx/Libraries/CMSIS/Vango/V85xx/Include/
A Dtarget.h559 #define PWM0_BASE (APBPERIPH_BASE + 0x00002900) macro
611 #define PWM0 ((PWM_TypeDef *) PWM0_BASE)
4751 #define PWM0_CTL (volatile unsigned *)(PWM0_BASE + 0x0000)
4752 #define PWM0_TAR (volatile unsigned *)(PWM0_BASE + 0x0004)
4753 #define PWM0_CCTL0 (volatile unsigned *)(PWM0_BASE + 0x0008)
4754 #define PWM0_CCTL1 (volatile unsigned *)(PWM0_BASE + 0x000C)
4755 #define PWM0_CCTL2 (volatile unsigned *)(PWM0_BASE + 0x0010)
4756 #define PWM0_CCR0 (volatile unsigned *)(PWM0_BASE + 0x0014)
4757 #define PWM0_CCR1 (volatile unsigned *)(PWM0_BASE + 0x0018)
4758 #define PWM0_CCR2 (volatile unsigned *)(PWM0_BASE + 0x001C)
[all …]
/bsp/Vango/v85xxp/Libraries/CMSIS/Vango/V85xxP/Include/
A Dtarget.h663 #define PWM0_BASE 0x40012900UL macro
715 #define PWM0 ((PWM_Type*) PWM0_BASE)
/bsp/synwit/libraries/SWM320_CSL/CMSIS/DeviceSupport/
A DSWM320.h3053 #define PWM0_BASE (APB_BASE + 0x0A000) macro
3118 #define PWM0 ((PWM_TypeDef *) PWM0_BASE)
/bsp/synwit/libraries/SWM341_CSL/CMSIS/DeviceSupport/
A DSWM341.h3822 #define PWM0_BASE (APB1_BASE + 0x06000) macro
3939 #define PWM0 ((PWM_TypeDef *) PWM0_BASE)
/bsp/msp432e401y-LaunchPad/libraries/msp432e4/inc/
A Dmsp432e401y.h2138 #define PWM0_BASE ((uint32_t)0x40028000) macro
2215 #define PWM0 ((PWM0_Type *) PWM0_BASE)
A Dmsp432e411y.h2235 #define PWM0_BASE ((uint32_t)0x40028000) macro
2317 #define PWM0 ((PWM0_Type *) PWM0_BASE)
/bsp/rockchip/common/rk_hal/lib/CMSIS/Device/RK2108/Include/
A Drk2108.h1007 #define PWM0_BASE 0x40880000U /* PWM0 base address */ macro
1055 #define PWM0 ((struct PWM_REG *) PWM0_BASE)

Completed in 327 milliseconds