Searched refs:flags (Results 1 – 4 of 4) sorted by relevance
430 bool aux = (p_cmd->flags & MIPI_DSI_CMD_FLAG_AUX_OPERATION); in R_MIPI_DSI_Command()433 bool bta = p_cmd->flags & in R_MIPI_DSI_Command()435 bool initial_skew = (p_cmd->flags & MIPI_DSI_CMD_FLAG_ACT_CODE_INITIAL_SKEW_CAL); in R_MIPI_DSI_Command()436 bool periodic_skew = (p_cmd->flags & MIPI_DSI_CMD_FLAG_ACT_CODE_PERIODIC_SKEW_CAL); in R_MIPI_DSI_Command()442 uint8_t lp = (0 != (p_cmd->flags & MIPI_DSI_CMD_FLAG_LOW_POWER)); in R_MIPI_DSI_Command()568 …(p_cmd->flags & (MIPI_DSI_CMD_FLAG_BTA | MIPI_DSI_CMD_FLAG_BTA_READ | MIPI_DSI_CMD_FLAG_BTA_NO_WRI… in dsi_cmd_sequence_register_a()570 uint8_t lp = (0 != (p_cmd->flags & MIPI_DSI_CMD_FLAG_LOW_POWER)); in dsi_cmd_sequence_register_a()604 bool aux_operation = (p_cmd->flags & MIPI_DSI_CMD_FLAG_AUX_OPERATION); in dsi_cmd_sequence_register_c()605 …bool actcode = aux_operation ? (p_cmd->flags & 0xF) : 0; // Always store Rx result… in dsi_cmd_sequence_register_c()622 …(p_cmd->flags & (MIPI_DSI_CMD_FLAG_BTA | MIPI_DSI_CMD_FLAG_BTA_READ | MIPI_DSI_CMD_FLAG_BTA_NO_WRI… in dsi_cmd_sequence_register_d()
294 uint8_t flags = detect_type ? IRQ_TYPE_EDGE : IRQ_TYPE_LEVEL; in R_BSP_IrqDetectTypeSet() local303 if (flags & IRQ_TYPE_EDGE) { in R_BSP_IrqDetectTypeSet()
1289 sdhi_event_t flags; in r_sdhi_access_irq_process() local1305 flags.word = (info1 | (info2 << 16)); in r_sdhi_access_irq_process()1307 if (flags.bit.response_end) in r_sdhi_access_irq_process()1348 if (flags.word & SDHI_PRV_ACCESS_ERROR_MASK) in r_sdhi_access_irq_process()1350 flags.bit.event_error = 1U; in r_sdhi_access_irq_process()1360 if (flags.bit.access_end) in r_sdhi_access_irq_process()1374 p_ctrl->sdhi_event.word |= flags.word; in r_sdhi_access_irq_process()
354 mipi_dsi_cmd_flag_t flags; ///< Flags controlling this message transition member