Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_lan865x.c96 cfg->plca->burst_timer = config->t1s_param.plca.burst_timer; in lan865x_set_config()
291 uint8_t node_cnt, uint8_t burst_cnt, uint8_t burst_timer) in lan865x_config_plca() argument
308 val = ((uint32_t)burst_cnt << 8) | burst_timer; in lan865x_config_plca()
378 cfg->plca->burst_timer); in lan865x_default_config()
587 .burst_timer = DT_INST_PROP(inst, plca_burst_timer), \
Deth_lan865x_priv.h49 uint8_t burst_timer; /* PLCA burst timer */ member
/Zephyr-latest/include/zephyr/net/
Dethernet.h288 uint8_t burst_timer; member