Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_qspi.c382 …((!qspi_command->mode_bits.disabled) && (qspi_command->mode_bits.data_rate == CYHAL_QSPI_DATARATE_… in _cyhal_qspi_check_command_struct()
450 if (!command->address.disabled && !command->mode_bits.disabled) in _cyhal_qspi_command_transfer()
452 if (command->address.bus_width != command->mode_bits.bus_width) in _cyhal_qspi_command_transfer()
457 else if (command->address.data_rate != command->mode_bits.data_rate) in _cyhal_qspi_command_transfer()
477 if (!command->mode_bits.disabled) in _cyhal_qspi_command_transfer()
479 mode_bits_size = _cyhal_qspi_get_size(command->mode_bits.size); in _cyhal_qspi_command_transfer()
480 … _cyhal_qspi_uint32_to_byte_array(command->mode_bits.value, cmd_param, start_pos, mode_bits_size); in _cyhal_qspi_command_transfer()
481 bus_width = _cyhal_qspi_convert_bus_width(command->mode_bits.bus_width); in _cyhal_qspi_command_transfer()
483 data_rate = (cy_en_smif_data_rate_t)command->mode_bits.data_rate; in _cyhal_qspi_command_transfer()
/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_qspi.h198 } mode_bits; /**< Mode bits structure */ member