pwm_channel
struct pwm_channel channel;
*out_channel = malloc(sizeof(struct pwm_channel), M_DEVBUF, M_WAITOK | M_ZERO);
typedef struct pwm_channel *pwm_channel_t;