Searched refs:tcan_config (Results 1 – 1 of 1) sorted by relevance
242 const struct tcan4x5x_config *tcan_config = mcan_config->custom; in tcan4x5x_read() local275 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() local329 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() local398 *rate = tcan_config->clk_freq; in tcan4x5x_get_core_clock()475 const struct tcan4x5x_config *tcan_config = mcan_config->custom; in tcan4x5x_wake() local480 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 …]