Searched refs:pwmPin (Results 1 – 2 of 2) sorted by relevance
24 uint32_t pwmPin; member
79 pinMuxPwm->pin = resource->pwmPin; in InitPwmDevice()91 tempPin = HCS_PROP(node, pwmPin); \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()