PWMGETSTATE
case PWMGETSTATE:
if (ioctl(fd, PWMGETSTATE, &state) == -1) {
const unsigned long pwm_ioctls[] = {PWMGETSTATE, PWMSETSTATE};