Home
last modified time | relevance | path

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

/drivers/hdf_core/adapter/platform/pwm/
Dpwm_bes.c33 #define DEC_TEN 10 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()