URTW_RF_PINS_ENABLE
error = urtw_write16_c(sc, URTW_RF_PINS_ENABLE, 0x80, 0);
error = urtw_write16_c(sc, URTW_RF_PINS_ENABLE, 0x1ff7, 0);
(void) urtw_write16_c(sc, URTW_RF_PINS_ENABLE, 0x1fff, 0);
if (error = urtw_read16_c(sc, URTW_RF_PINS_ENABLE, &o2, 0))
if (error = urtw_write16_c(sc, URTW_RF_PINS_ENABLE, o2 | 0xf, 0))
if (error = urtw_write16_c(sc, URTW_RF_PINS_ENABLE, o2, 0))
if (error = urtw_read16_c(sc, URTW_RF_PINS_ENABLE, &d82, 0))
if (error = urtw_write16_c(sc, URTW_RF_PINS_ENABLE,
if (error = urtw_write16_c(sc, URTW_RF_PINS_ENABLE, 0x0080, 0))