Searched refs:errcnt_struct (Results 1 – 2 of 2) sorted by relevance
1151 void can_error_counter_config(uint32_t can_periph, can_error_counter_struct *errcnt_struct) in can_error_counter_config() argument1153 …CAN_ERR0(can_periph) = ERR0_REFCNT(errcnt_struct->fd_data_phase_rx_errcnt) | ERR0_TEFCNT(errcnt_st… in can_error_counter_config()1154 … ERR0_RECNT(errcnt_struct->rx_errcnt) | ERR0_TECNT(errcnt_struct->tx_errcnt); in can_error_counter_config()1167 void can_error_counter_get(uint32_t can_periph, can_error_counter_struct *errcnt_struct) in can_error_counter_get() argument1172 errcnt_struct->fd_data_phase_rx_errcnt = (uint8_t)GET_ERR0_REFCNT(reg); in can_error_counter_get()1173 errcnt_struct->fd_data_phase_tx_errcnt = (uint8_t)GET_ERR0_TEFCNT(reg); in can_error_counter_get()1174 errcnt_struct->rx_errcnt = (uint8_t)GET_ERR0_RECNT(reg); in can_error_counter_get()1175 errcnt_struct->tx_errcnt = (uint8_t)GET_ERR0_TECNT(reg); in can_error_counter_get()
1212 void can_error_counter_config(uint32_t can_periph, can_error_counter_struct *errcnt_struct);1214 void can_error_counter_get(uint32_t can_periph, can_error_counter_struct *errcnt_struct);