Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dai/nxp/sai/
Dsai.c193 sai_transceiver_t *tx_config) in sai_config_set_err_051421() argument
195 if (tx_config->masterSlave == kSAI_Master && in sai_config_set_err_051421()
213 sai_transceiver_t *rx_config, *tx_config; in sai_config_set() local
227 tx_config = &data->tx_config; in sai_config_set()
260 get_bclk_default_config(&tx_config->bitClock); in sai_config_set()
261 get_fsync_default_config(&tx_config->frameSync); in sai_config_set()
262 get_serial_default_config(&tx_config->serialData); in sai_config_set()
263 get_fifo_default_config(&tx_config->fifo); in sai_config_set()
280 tx_config->channelMask = 0x0; in sai_config_set()
283 tx_config->bitClock.bclkSource = kSAI_BclkSourceMclkOption1; in sai_config_set()
[all …]
Dsai.h251 sai_transceiver_t tx_config; member
/Zephyr-latest/drivers/dai/nxp/esai/
Desai.c381 struct esai_transceiver_config tx_config; in esai_config_set() local
427 esai_get_xceiver_default_config(&tx_config); in esai_config_set()
430 tx_config.fsync_div = bespoke->tdm_slots; in esai_config_set()
433 ret = esai_get_clk_provider_config(cfg, &tx_config); in esai_config_set()
439 ret = esai_get_proto_config(cfg, &tx_config); in esai_config_set()
445 ret = esai_get_clk_inversion_config(cfg, &tx_config); in esai_config_set()
451 esai_cfg->word_width, &tx_config); in esai_config_set()
456 tx_config.word_alignment = ESAI_WORD_ALIGNMENT(esai_cfg->word_width); in esai_config_set()
459 memcpy(&rx_config, &tx_config, sizeof(tx_config)); in esai_config_set()
464 ret = esai_parse_clock_config(esai_cfg, &tx_config, &rx_config); in esai_config_set()
[all …]
/Zephyr-latest/drivers/ethernet/
Deth_stm32_hal.c268 static ETH_TxPacketConfig tx_config; variable
449 tx_config.Length = total_len; in eth_tx()
450 tx_config.pData = ctx; in eth_tx()
451 tx_config.TxBuffer = &dma_tx_buffer_header[ctx->first_tx_buffer_index].tx_buff; in eth_tx()
459 hal_ret = HAL_ETH_Transmit_IT(heth, &tx_config); in eth_tx()
1284 memset(&tx_config, 0, sizeof(ETH_TxPacketConfig)); in eth_init_api_v2()
1285 tx_config.Attributes = ETH_TX_PACKETS_FEATURES_CSUM | in eth_init_api_v2()
1287 tx_config.ChecksumCtrl = IS_ENABLED(CONFIG_ETH_STM32_HW_CHECKSUM) ? in eth_init_api_v2()
1289 tx_config.CRCPadCtrl = ETH_CRC_PAD_INSERT; in eth_init_api_v2()
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwifi_mgmt.c721 nrf_wifi_osal_spinlock_take(sys_dev_ctx->tx_config.tx_lock); in nrf_wifi_event_proc_twt_sleep_zep()
727 nrf_wifi_osal_spinlock_rel(sys_dev_ctx->tx_config.tx_lock); in nrf_wifi_event_proc_twt_sleep_zep()
730 nrf_wifi_osal_spinlock_take(sys_dev_ctx->tx_config.tx_lock); in nrf_wifi_event_proc_twt_sleep_zep()
743 nrf_wifi_osal_spinlock_rel(sys_dev_ctx->tx_config.tx_lock); in nrf_wifi_event_proc_twt_sleep_zep()
Dwifi_util.c307 queue = sys_dev_ctx->tx_config.data_pending_txq[peer_index][i]; in nrf_wifi_util_tx_stats()
315 sys_dev_ctx->tx_config.outstanding_descs[i], in nrf_wifi_util_tx_stats()