Searched refs:tx_ptr (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/ |
| D | mailq.c | 34 struct sample_data *tx_ptr; in send_thread() local 49 tx_ptr = osMailAlloc(mail_id, osWaitForever); in send_thread() 50 zassert_true(tx_ptr != NULL, "Mail1 alloc failed"); in send_thread() 51 tx_ptr->data1 = MAIL1_DATA1; in send_thread() 52 tx_ptr->data2 = MAIL1_DATA2; in send_thread() 53 tx_ptr->data3 = MAIL1_DATA3; in send_thread() 54 status = osMailPut(mail_id, tx_ptr); in send_thread() 64 tx_ptr = osMailCAlloc(mail_id, osWaitForever); in send_thread() 66 tx_ptr = osMailAlloc(mail_id, osWaitForever); in send_thread() 68 zassert_true(tx_ptr != NULL, "Mail alloc failed"); in send_thread() [all …]
|
| /Zephyr-latest/drivers/sdhc/ |
| D | sdhc_spi.c | 123 const struct spi_buf_set *tx_ptr = &tx; in sdhc_spi_rx() local 125 const struct spi_buf_set *tx_ptr = NULL; in sdhc_spi_rx() 140 return spi_transceive(spi_dev, spi_cfg, tx_ptr, &rx); in sdhc_spi_rx() 481 const struct spi_buf_set *tx_ptr = &tx; in sdhc_spi_read_data() local 483 const struct spi_buf_set *tx_ptr = NULL; in sdhc_spi_read_data() local 514 dev_data->spi_cfg, tx_ptr, &rx); in sdhc_spi_read_data()
|
| /Zephyr-latest/drivers/flash/ |
| D | flash_andes_qspi.c | 77 uint32_t tx_ptr; /* write pointer */ member 167 dev_data->tx_ptr = 0; in flash_andes_qspi_access() 772 tx_data = data->tx_buf[data->tx_ptr]; in qspi_andes_irq_handler() 774 data->tx_ptr++; in qspi_andes_irq_handler() 775 if (data->tx_ptr == data->tx_len) { in qspi_andes_irq_handler()
|