Lines Matching refs:port
47 * @param port Indicates the port number of the PWM device.
53 unsigned int IoTPwmInit(unsigned int port);
58 * @param port Indicates the port number of the PWM device.
64 unsigned int IoTPwmDeinit(unsigned int port);
67 * @brief Starts PWM signal output from a specified port based on the given output frequency and duty cycle.
71 * @param port Indicates the port number of the PWM device.
79 unsigned int IoTPwmStart(unsigned int port, unsigned short duty, unsigned int freq);
82 * @brief Stops PWM signal output from a specified port.
84 * @param port Indicates the port number of the PWM device.
90 unsigned int IoTPwmStop(unsigned int port);