Advertisement
Guest User

Untitled

a guest
Feb 25th, 2012
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. void si4700_rds_powerup(bool on)
  2. {
  3. /* Let's initialize the pin */
  4. if (on) {
  5. gpio_control(DEV_CTRL_GPIO_SET_MUX, GPIO_FM_SEARCH, CONFIG_ALT4, 0);
  6. gpio_control(DEV_CTRL_GPIO_SET_TYPE, GPIO_FM_SEARCH, PAD_CTL_DRV_HIGH, 0);
  7. gpio_control(DEV_CTRL_GPIO_SET_INPUT, GPIO_FM_SEARCH, 0, 0);
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement