Home
last modified time | relevance | path

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

/drivers/hdf_core/adapter/platform/pwm/
Dpwm_bes.c34 #define PIN_GROUP_NUM 8 macro
92 resource->pwmPin = ((tempPin / DEC_TEN) * PIN_GROUP_NUM) + (tempPin % DEC_TEN); \
144 resource->pwmPin = ((tempPin / DEC_TEN) * PIN_GROUP_NUM) + (tempPin % DEC_TEN); in GetPwmDeviceResource()