Home
last modified time | relevance | path

Searched defs:base (Results 76 – 100 of 423) sorted by relevance

12345678910>>...17

/Zephyr-latest/drivers/pinctrl/
Dpinctrl_xlnx_zynqmp.c15 static mm_reg_t base = DT_INST_REG_ADDR(0); variable
Dpinctrl_gecko.c14 USART_TypeDef *base = (USART_TypeDef *)reg; in pinctrl_configure_pins() local
Dpinctrl_xlnx_zynq.c26 static mm_reg_t base = DT_INST_REG_ADDR(0); variable
/Zephyr-latest/soc/nxp/rw/
Dflexspi_clock_setup.c60 void __ramfunc set_flexspi_clock(FLEXSPI_Type *base, uint32_t src, uint32_t divider) in set_flexspi_clock()
/Zephyr-latest/drivers/i2c/
Di2c_mcux_lpi2c_rtio.c83 LPI2C_Type *base = (LPI2C_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_lpi2c_do_configure() local
140 LPI2C_Type *base = (LPI2C_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_lpi2c_msg_start() local
217 LPI2C_Type *base = (LPI2C_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_lpi2c_complete() local
257 static void mcux_lpi2c_master_transfer_callback(LPI2C_Type *base, in mcux_lpi2c_master_transfer_callback()
281 LPI2C_Type *base = (LPI2C_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_lpi2c_isr() local
290 LPI2C_Type *base; in mcux_lpi2c_init() local
Di2c_cc13xx_cc26xx.c39 uint32_t base; member
47 const uint32_t base = config->base; in i2c_cc13xx_cc26xx_transmit() local
83 const uint32_t base = config->base; in i2c_cc13xx_cc26xx_receive() local
212 const uint32_t base = config->base; in i2c_cc13xx_cc26xx_isr() local
/Zephyr-latest/drivers/dai/nxp/esai/
Desai.c286 static void esai_commit_config(ESAI_Type *base, in esai_commit_config()
383 ESAI_Type *base; in esai_config_set() local
550 ESAI_Type *base; in esai_trigger_start() local
589 ESAI_Type *base; in esai_trigger_stop() local
/Zephyr-latest/drivers/led_strip/
Dws2812_gpio.c57 #define ONE_BIT(base, pin) do { \ argument
67 #define ZERO_BIT(base, pin) do { \ argument
79 volatile uint32_t *base = (uint32_t *)&NRF_GPIO->OUTSET; in send_buf() local
/Zephyr-latest/boards/nxp/mimxrt700_evk/
Dboard.c441 static void GlikeyWriteEnable(GLIKEY_Type *base, uint8_t idx) in GlikeyWriteEnable()
452 static void GlikeyClearConfig(GLIKEY_Type *base) in GlikeyClearConfig()
/Zephyr-latest/lib/posix/options/
Dclock.c33 int z_impl___posix_clock_get_base(clockid_t clock_id, struct timespec *base) in z_impl___posix_clock_get_base()
66 struct timespec base; in clock_gettime() local
133 struct timespec base; in clock_settime() local
/Zephyr-latest/drivers/spi/
Dspi_mcux_dspi.c40 SPI_Type *base; member
91 SPI_Type *base = config->base; in spi_mcux_transfer_next_packet() local
210 SPI_Type *base = config->base; in spi_mcux_isr() local
339 SPI_Type *base = config->base; in update_tx_dma() local
394 SPI_Type *base = config->base; in update_rx_dma() local
481 SPI_Type *base = config->base; in dma_callback() local
552 static void spi_mcux_master_transfer_callback(SPI_Type *base, in spi_mcux_master_transfer_callback()
570 SPI_Type *base = config->base; in spi_mcux_configure() local
687 SPI_Type *base = config->base; in transceive() local
Dspi_mcux_flexcomm.c32 SPI_Type *base; member
81 SPI_Type *base = config->base; in spi_mcux_transfer_next_packet() local
143 SPI_Type *base = config->base; in spi_mcux_isr() local
148 static void spi_mcux_transfer_callback(SPI_Type *base, in spi_mcux_transfer_callback()
176 SPI_Type *base = config->base; in spi_mcux_configure() local
392 SPI_Type *base = cfg->base; in spi_mcux_dma_tx_load() local
518 SPI_Type *base = cfg->base; in spi_mcux_dma_rx_load() local
604 SPI_Type *base = config->base; in transceive_dma() local
/Zephyr-latest/lib/libc/minimal/source/stdlib/
Dstrtoll.c43 long long strtoll(const char *nptr, char **endptr, register int base) in strtoll()
Dstrtoul.c43 unsigned long strtoul(const char *nptr, char **endptr, register int base) in strtoul()
Dstrtoull.c43 unsigned long long strtoull(const char *nptr, char **endptr, register int base) in strtoull()
Dstrtol.c43 long strtol(const char *nptr, char **endptr, register int base) in strtol()
/Zephyr-latest/drivers/usb/udc/
Dudc_kinetis.c79 USB_Type *base; member
175 USB_Type *base = config->base; in usbfsotg_resume_tx() local
185 USB_Type *base = config->base; in usbfsotg_xfer_continue() local
646 USB_Type *base = config->base; in usbfsotg_isr_handler() local
801 USB_Type *base = config->base; in usbfsotg_ep_clear_halt() local
843 USB_Type *base = config->base; in usbfsotg_ep_enable() local
899 USB_Type *base = config->base; in usbfsotg_ep_disable() local
934 USB_Type *base = config->base; in usbfsotg_set_address() local
944 USB_Type *base = config->base; in usbfsotg_enable() local
955 USB_Type *base = config->base; in usbfsotg_disable() local
[all …]
/Zephyr-latest/drivers/i2s/
Di2s_mcux_flexcomm.c26 I2S_Type *base; member
341 I2S_Type *base = cfg->base; in i2s_mcux_tx_stream_disable() local
382 I2S_Type *base = cfg->base; in i2s_mcux_rx_stream_disable() local
410 I2S_Type *base = cfg->base; in i2s_mcux_config_dma_blocks() local
572 I2S_Type *base = cfg->base; in i2s_mcux_dma_rx_callback() local
603 I2S_Type *base = cfg->base; in i2s_mcux_tx_stream_start() local
646 I2S_Type *base = cfg->base; in i2s_mcux_rx_stream_start() local
867 I2S_Type *base = cfg->base; in i2s_mcux_isr() local
/Zephyr-latest/include/zephyr/arch/arm/mpu/
Darm_mpu_v8.h78 #define REGION_LIMIT_ADDR(base, size) (((base & MPU_RBAR_BASE_Msk) + size - 1) & MPU_RLAR_LIMIT_Msk) argument
240 #define REGION_RAM_ATTR(base, size) \ argument
249 #define REGION_RAM_NOCACHE_ATTR(base, size) \ argument
260 #define REGION_FLASH_ATTR(base, size) \ argument
267 #define REGION_FLASH_ATTR(base, size) \ argument
275 #define REGION_DEVICE_ATTR(base, size) \ argument
/Zephyr-latest/drivers/adc/
Dadc_mcux_12b1msps_sar.c26 ADC_Type *base; member
84 ADC_Type *base = config->base; in mcux_12b1msps_sar_adc_start_read() local
199 ADC_Type *base = config->base; in mcux_12b1msps_sar_adc_isr() local
221 ADC_Type *base = config->base; in mcux_12b1msps_sar_adc_init() local
/Zephyr-latest/drivers/ethernet/
Deth_gecko_priv.h59 #define ETH_RX_ENABLE(base) (base->NETWORKCTRL |= ETH_NETWORKCTRL_ENBRX) argument
60 #define ETH_RX_DISABLE(base) (base->NETWORKCTRL &= ~ETH_NETWORKCTRL_ENBRX) argument
62 #define ETH_TX_ENABLE(base) (base->NETWORKCTRL |= ETH_NETWORKCTRL_ENBTX) argument
63 #define ETH_TX_DISABLE(base) (base->NETWORKCTRL &= ~ETH_NETWORKCTRL_ENBTX) argument
/Zephyr-latest/drivers/entropy/
Dentropy_mcux_rng.c17 RNG_Type *base; member
/Zephyr-latest/include/zephyr/data/
Djwt.h34 char *base; member
/Zephyr-latest/include/zephyr/net/prometheus/
Dgauge.h31 struct prometheus_metric base; member
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/
Dudma.h140 #define SY1XX_UDMA_START_RX(base, addr, size, cfg) \ argument
142 #define SY1XX_UDMA_START_TX(base, addr, size, cfg) \ argument
145 #define SY1XX_UDMA_GET_REMAINING_RX(base) sy1xx_udma_get_remaining(base, SY1XX_UDMA_RX_CHANNEL) argument
146 #define SY1XX_UDMA_GET_REMAINING_TX(base) sy1xx_udma_get_remaining(base, SY1XX_UDMA_TX_CHANNEL) argument

12345678910>>...17