/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_xlnx_zynqmp.c | 15 static mm_reg_t base = DT_INST_REG_ADDR(0); variable
|
D | pinctrl_gecko.c | 14 USART_TypeDef *base = (USART_TypeDef *)reg; in pinctrl_configure_pins() local
|
D | pinctrl_xlnx_zynq.c | 26 static mm_reg_t base = DT_INST_REG_ADDR(0); variable
|
/Zephyr-latest/soc/nxp/rw/ |
D | flexspi_clock_setup.c | 60 void __ramfunc set_flexspi_clock(FLEXSPI_Type *base, uint32_t src, uint32_t divider) in set_flexspi_clock()
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_mcux_lpi2c_rtio.c | 83 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
|
D | i2c_cc13xx_cc26xx.c | 39 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/ |
D | esai.c | 286 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/ |
D | ws2812_gpio.c | 57 #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/ |
D | board.c | 441 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/ |
D | clock.c | 33 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/ |
D | spi_mcux_dspi.c | 40 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
|
D | spi_mcux_flexcomm.c | 32 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/ |
D | strtoll.c | 43 long long strtoll(const char *nptr, char **endptr, register int base) in strtoll()
|
D | strtoul.c | 43 unsigned long strtoul(const char *nptr, char **endptr, register int base) in strtoul()
|
D | strtoull.c | 43 unsigned long long strtoull(const char *nptr, char **endptr, register int base) in strtoull()
|
D | strtol.c | 43 long strtol(const char *nptr, char **endptr, register int base) in strtol()
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_kinetis.c | 79 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/ |
D | i2s_mcux_flexcomm.c | 26 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/ |
D | arm_mpu_v8.h | 78 #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/ |
D | adc_mcux_12b1msps_sar.c | 26 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/ |
D | eth_gecko_priv.h | 59 #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/ |
D | entropy_mcux_rng.c | 17 RNG_Type *base; member
|
/Zephyr-latest/include/zephyr/data/ |
D | jwt.h | 34 char *base; member
|
/Zephyr-latest/include/zephyr/net/prometheus/ |
D | gauge.h | 31 struct prometheus_metric base; member
|
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/ |
D | udma.h | 140 #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
|