Searched refs:tdm_cmax (Results 1 – 4 of 4) sorted by relevance
185 tdm_cmax_h.tdm_cmax = (uint8_t)(val->tdm.cmax / 256U); in ais25ba_bus_mode_set()186 tdm_cmax_l.tdm_cmax = (uint8_t)(val->tdm.cmax - tdm_cmax_h.tdm_cmax); in ais25ba_bus_mode_set()237 val->tdm.cmax = tdm_cmax_h.tdm_cmax * 256U; in ais25ba_bus_mode_get()238 val->tdm.cmax += tdm_cmax_l.tdm_cmax; in ais25ba_bus_mode_get()
203 uint8_t tdm_cmax : 4; member207 uint8_t tdm_cmax : 4;214 uint8_t tdm_cmax : 8; member
191 tdm_cmax_h.tdm_cmax = (uint8_t)(val->tdm.cmax / 256U); in lis25ba_bus_mode_set()192 tdm_cmax_l.tdm_cmax = (uint8_t)(val->tdm.cmax - tdm_cmax_h.tdm_cmax); in lis25ba_bus_mode_set()243 val->tdm.cmax = tdm_cmax_h.tdm_cmax * 256U; in lis25ba_bus_mode_get()244 val->tdm.cmax += tdm_cmax_l.tdm_cmax; in lis25ba_bus_mode_get()