Home
last modified time | relevance | path

Searched refs:bitmap_wire_24 (Results 1 – 1 of 1) sorted by relevance

/dports/comms/hackrf-devel/hackrf-ee44d2d62e2dd24648599172f90fc8fc2e3b3cc3/firmware/common/
H A Dui_portapack.c241 static const ui_bitmap_t bitmap_wire_24 = { variable
321 { &bitmap_wire_24, { 32, 96 } },
464 …path_item_update(RADIO_DRAW_LIST_ITEM_RF_AMP, portapack_lna_on ? &bitmap_amp_tx : &bitmap_wire_24); in portapack_ui_set_direction()
466 portapack_radio_path_item_update(RADIO_DRAW_LIST_ITEM_BB_VGA_AMP, &bitmap_wire_24); in portapack_ui_set_direction()
472 …path_item_update(RADIO_DRAW_LIST_ITEM_RF_AMP, portapack_lna_on ? &bitmap_amp_rx : &bitmap_wire_24); in portapack_ui_set_direction()
494 : &bitmap_wire_24); in portapack_ui_set_lna_power()
520 …(RADIO_DRAW_LIST_ITEM_RF_MIXER, (filter == RF_PATH_FILTER_BYPASS) ? &bitmap_wire_24 : &bitmap_mixe… in portapack_ui_set_filter()
524 portapack_radio_path_item_update(RADIO_DRAW_LIST_ITEM_IMAGE_FILTER, &bitmap_wire_24); in portapack_ui_set_filter()