Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/sdu/
Dfsl_sdioslv_sdu.c110 if ((config->cmd_tx_format > 2U) || (config->cmd_rd_format > 1U)) in SDIOSLV_Init1()
156 …base->CMD_PORT_CONFIG_0 = (config->cmd_tx_format << SDU_FN_CARD_CMD_PORT_CONFIG_0_CMD_PORT_TX_LEN_… in SDIOSLV_Init1()
Dfsl_sdioslv_sdu.h314 …uint8_t cmd_tx_format; /*!< Command Tx length format. 0: no tx_len, 1: 2 bytes, 2: 3 bytes… member
/hal_nxp-latest/mcux/mcux-sdk/components/sdu/
Dfsl_adapter_sdu.c85 uint8_t cmd_tx_format; /*!< Command Tx length format. 0: no tx_len, 1: 2 bytes, 2: 3 bytes */ member
410 if ((config->cmd_tx_format > 2U) || (config->cmd_rd_format > 1U)) in SDU_CreateHandle()
442 …(uint32_t)((config->cmd_tx_format << (uint8_t)CMD_TX_LEN_BIT_OFFSET) | (config->cmd_rd_format << (… in SDU_CreateHandle()
485 config.cmd_tx_format = 2; in SDU_InnerInit()
1781 config->cmd_tx_format = 2; in SDU_GetDefaultConfig()