Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_mipi_dsi/
Dr_mipi_dsi.c442 uint8_t lp = (0 != (p_cmd->flags & MIPI_DSI_CMD_FLAG_LOW_POWER)); in R_MIPI_DSI_Command() local
444 …FSP_ERROR_RETURN(!(lp && R_DSILINK->LINKSR_b.VRUN), FSP_ERR_IN_USE); // LP not allowed durin… in R_MIPI_DSI_Command()
445 …FSP_ERROR_RETURN(!(lp && (p_cmd->channel != 0)), FSP_ERR_INVALID_CHANNEL); // LP only allowed on c… in R_MIPI_DSI_Command()
570 uint8_t lp = (0 != (p_cmd->flags & MIPI_DSI_CMD_FLAG_LOW_POWER)); in dsi_cmd_sequence_register_a() local
577 (((uint32_t) lp << R_DSILINK_SQCH0DSC0AR_SPD_Pos) & R_DSILINK_SQCH0DSC0AR_SPD_Msk) | in dsi_cmd_sequence_register_a()