Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_canfd/
Dr_canfd.c107 static uint8_t r_canfd_bytes_to_dlc(uint8_t bytes);
589 … FSP_ERROR_RETURN(0U != r_canfd_bytes_to_dlc(p_frame->data_length_code), FSP_ERR_INVALID_ARGUMENT); in R_CANFD_Write()
627 …p_ctrl->p_reg->CFDTM[buffer_idx].PTR = (uint32_t) r_canfd_bytes_to_dlc(p_frame->data_length_code) … in R_CANFD_Write()
653 …p_ctrl->p_reg->CFDCF[buffer_idx].PTR = (uint32_t) r_canfd_bytes_to_dlc(p_frame->data_length_code) … in R_CANFD_Write()
1596 static uint8_t r_canfd_bytes_to_dlc (uint8_t bytes) in r_canfd_bytes_to_dlc() function
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_canfd/
Dr_canfd.c97 static uint8_t r_canfd_bytes_to_dlc(uint8_t bytes);
586 … FSP_ERROR_RETURN(0U != r_canfd_bytes_to_dlc(p_frame->data_length_code), FSP_ERR_INVALID_ARGUMENT); in R_CANFD_Write()
615 p_ctrl->p_reg->CFDTM[txmb].PTR = (uint32_t) r_canfd_bytes_to_dlc(p_frame->data_length_code) << in R_CANFD_Write()
1388 static uint8_t r_canfd_bytes_to_dlc (uint8_t bytes) in r_canfd_bytes_to_dlc() function