Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/can/
Dcan_tcan4x5x.c242 const struct tcan4x5x_config *tcan_config = mcan_config->custom; in tcan4x5x_read() local
275 err = spi_transceive_dt(&tcan_config->spi, &tx, &rx); in tcan4x5x_read()
293 const struct tcan4x5x_config *tcan_config = mcan_config->custom; in tcan4x5x_write() local
329 err = spi_transceive_dt(&tcan_config->spi, &tx, &rx); in tcan4x5x_write()
396 const struct tcan4x5x_config *tcan_config = mcan_config->custom; in tcan4x5x_get_core_clock() local
398 *rate = tcan_config->clk_freq; in tcan4x5x_get_core_clock()
475 const struct tcan4x5x_config *tcan_config = mcan_config->custom; in tcan4x5x_wake() local
480 if (tcan_config->wake_gpio.port != NULL && tcan_config->nwkrq_gpio.port != NULL) { in tcan4x5x_wake()
481 wake_needed = gpio_pin_get_dt(&tcan_config->nwkrq_gpio); in tcan4x5x_wake()
489 if (tcan_config->wake_gpio.port != NULL && wake_needed != 0) { in tcan4x5x_wake()
[all …]