Main-Functions to start ABB:

init-functions:
abb11ac_central_init();
abb11ac_antenna_init(antenna);

rcmeas:
count_calc = abb11ac_rcmeas(rccount);
abb11ac_adctune(count_calc, count_nom, ctune);
count_nom = 353

antenna config:
abb11ac_ant_config(antenna, bw, ctune);
bw: 40 = 11ac, 20 = 11n, 10 = lp, 0 = pd


Reset FCSI ABB:
abb11ac_reset_FCSI
API function to set ABB into FCSI reset;
just LDO CLOCK is kept pup, otherwise programming of antenna is not possible
so REG19FSYSCLKLDO = 0x0301 instead 0x0201

There are many other functions, that are subfunctions or functions needed for ABB VIH-internal eval.


NEW:
abb11ac_antenna_fuse_values - programs values that have to be fused inside antenna
abb11ac_reset_FCSI - makes an FCSI reset of ABB (same as the hardware reset would do, just for ABB)
abb11ac_reset_pulse_dac - forces a reset pulse (0 - 1) of dac

abb11ac_rcmeas - former 3 functions put together to one function

abb11ac_ant_config - just ctune40m as parameter instead of 2 ctune values; ctune20m is calculated inside ant_config
function (ctune20m = ctune40m-2); adc_clkinv is removed as parameter as this is a fuse value
