Home
last modified time | relevance | path

Searched refs:_HAL_PWM_MAX_NUM (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/hal/
A Dpwm.c13 #define _HAL_PWM_MAX_NUM 4 macro
14 static struct HAL_IOMUX_PIN_FUNCTION_MAP pinmux_pwm[_HAL_PWM_MAX_NUM] = {
27 static int inited[_HAL_PWM_MAX_NUM] = {0};
31 return (port<_HAL_PWM_MAX_NUM) ? port+HAL_PWM_ID_0 : HAL_PWM_ID_QTY; in __hal_pwm_port2chan()
/AliOS-Things-master/hardware/chip/haas1000/aos_driver/pwm/
A Dpwm.c31 #define _HAL_PWM_MAX_NUM 4 macro
32 static struct HAL_IOMUX_PIN_FUNCTION_MAP pinmux_pwm[_HAL_PWM_MAX_NUM] = {
39 static uint8_t pwm_chan[_HAL_PWM_MAX_NUM] = {0};
50 if (channel >= _HAL_PWM_MAX_NUM) in haas1000_pwm_out_config()
/AliOS-Things-master/hardware/chip/haas1000/csi/
A Dpwm.c15 #define _HAL_PWM_MAX_NUM 4 macro
16 static struct HAL_IOMUX_PIN_FUNCTION_MAP pinmux_pwm[_HAL_PWM_MAX_NUM] = {

Completed in 4 milliseconds