Searched refs:PWM_BASE (Results 1 – 21 of 21) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/pwm/ |
| A D | hal_pwm.c | 124 unsigned long reg_addr = PWM_BASE + PWM_PCR; in hal_pwm_prescal_set() 489 temp = hal_readl(PWM_BASE + reg_offset); in hal_pwm_control() 491 hal_writel(temp, PWM_BASE + reg_offset); in hal_pwm_control() 495 value = hal_readl(PWM_BASE + PWM_PCGR); in hal_pwm_control() 497 hal_writel(value, PWM_BASE + PWM_PCGR); in hal_pwm_control() 503 temp = hal_readl(PWM_BASE + reg_offset); in hal_pwm_control() 505 hal_writel(temp, PWM_BASE + reg_offset); in hal_pwm_control() 511 temp = hal_readl(PWM_BASE + reg_offset); in hal_pwm_control() 513 hal_writel(temp, PWM_BASE + reg_offset); in hal_pwm_control() 519 temp = hal_readl(PWM_BASE + reg_offset); in hal_pwm_control() [all …]
|
| /bsp/bluetrum/libraries/hal_drivers/config/ |
| A D | pwm_config.h | 30 #define PWM_BASE ((hal_sfr_t)&PWMCON) macro 69 .pwm_handle = PWM_BASE, \ 80 .pwm_handle = PWM_BASE, \ 91 .pwm_handle = PWM_BASE, \ 102 .pwm_handle = PWM_BASE, \
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sun8i/ |
| A D | pwm-sun8iw19.h | 41 #define PWM_BASE 0x0300a000 macro
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/config/bl602/ |
| A D | bl602_memorymap.h | 55 #define PWM_BASE ((uint32_t)0x4000A400) macro
|
| A D | device_table.c | 55 .reg_base = PWM_BASE,
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/pwm/platform/ |
| A D | pwm_sun8iw18.h | 41 #define PWM_BASE 0x0300a000UL macro
|
| A D | pwm_sun8iw19.h | 41 #define PWM_BASE 0x0300a000UL macro
|
| A D | pwm_sun8iw20.h | 41 #define PWM_BASE 0x02000C00UL macro
|
| /bsp/lm4f232/Libraries/inc/ |
| A D | hw_memmap.h | 146 #define PWM_BASE 0x40028000 // PWM macro
|
| /bsp/lm3s8962/Libraries/inc/ |
| A D | hw_memmap.h | 146 #define PWM_BASE 0x40028000 // PWM macro
|
| /bsp/lm3s9b9x/Libraries/inc/ |
| A D | hw_memmap.h | 146 #define PWM_BASE 0x40028000 // PWM macro
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/config/bl702/ |
| A D | bl702_memorymap.h | 66 #define PWM_BASE ((uint32_t)0x4000A400) macro
|
| A D | device_table.c | 55 .reg_base = PWM_BASE,
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/config/bl616/ |
| A D | bl616_memorymap.h | 77 #define PWM_BASE ((uint32_t)0x2000a400) macro
|
| A D | device_table.c | 55 .reg_base = PWM_BASE,
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/config/bl808/ |
| A D | bl808_memorymap.h | 80 #define PWM_BASE ((uint32_t)0x2000a400) macro
|
| A D | device_table.c | 106 .reg_base = PWM_BASE,
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/include/hardware/ |
| A D | bl602.h | 166 #define PWM_BASE ((uint32_t)0x4000A400) macro
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/include/hardware/ |
| A D | bl702.h | 187 #define PWM_BASE ((uint32_t)0x4000A400) macro
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/include/hardware/ |
| A D | bl616.h | 211 #define PWM_BASE ((uint32_t)0x2000a400) macro
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/include/hardware/ |
| A D | bl808.h | 424 #define PWM_BASE ((uint32_t)0x2000a400) macro
|
Completed in 36 milliseconds