/Zephyr-latest/drivers/ethernet/ |
D | eth_stm32_hal.c | 307 uint32_t tmp = heth->Instance->MACFFR; in setup_mac_filter() 323 heth->Instance->MACFFR = tmp; in setup_mac_filter() 328 tmp = heth->Instance->MACFFR; in setup_mac_filter() 330 heth->Instance->MACFFR = tmp; in setup_mac_filter() 522 if ((heth->Instance->DMASR & ETH_DMASR_TUS) != (uint32_t)RESET) { in eth_tx() 524 heth->Instance->DMASR = ETH_DMASR_TUS; in eth_tx() 526 heth->Instance->DMATPDR = 0; in eth_tx() 709 if ((heth->Instance->DMASR & ETH_DMASR_RBUS) != (uint32_t)RESET) { in eth_rx() 711 heth->Instance->DMASR = ETH_DMASR_RBUS; in eth_rx() 713 heth->Instance->DMARPDR = 0; in eth_rx() [all …]
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_wwdg_stm32.h | 27 WWDG_TypeDef *Instance; member 46 ((WWDG_TypeDef *)(WWDG_STM32_CFG(dev))->Instance)
|
D | wdt_wwdg_stm32.c | 311 .Instance = (WWDG_TypeDef *)DT_INST_REG_ADDR(0),
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/ |
D | README.md | 154 |LightweightM2M-1.1-int-223 - Read on Object Instance |:white_check_mark:| | 156 |LightweightM2M-1.1-int-225 - Read on Resource Instance |:white_check_mark:| | 157 |LightweightM2M-1.1-int-226 - Write (Partial Update) on Object Instance |:white_check_mark:| | 159 |LightweightM2M-1.1-int-223 - Read on Object Instance |:white_check_mark:| | 161 |LightweightM2M-1.1-int-225 - Read on Resource Instance |:white_check_mark:| | 162 |LightweightM2M-1.1-int-226 - Write (Partial Update) on Object Instance |:white_check_mark:| | 164 |LightweightM2M-1.1-int-228 - Write on Resource Instance |:white_check_mark:|[~~#640… 188 |LightweightM2M-1.1-int-308 - Observe-Composite and Creating Object Instance|:white_check_mark:|[~~… 189 |LightweightM2M-1.1-int-309 - Observe-Composite and Deleting Object Instance|:white_check_mark:|[~~… 193 |LightweightM2M-1.1-int-1630 - Create Portfolio Object Instance |:white_check_mark:| | [all …]
|
/Zephyr-latest/drivers/spi/ |
D | spi_nxp_s32.c | 74 while (Spi_Ip_GetStatus(config->spi_hw_cfg->Instance) == SPI_IP_BUSY) { in spi_nxp_s32_transfer_next_packet() 75 Spi_Ip_ManageBuffers(config->spi_hw_cfg->Instance); in spi_nxp_s32_transfer_next_packet() 78 if (Spi_Ip_GetStatus(config->spi_hw_cfg->Instance) == SPI_IP_FAULT) { in spi_nxp_s32_transfer_next_packet() 530 if (Spi_Ip_UpdateTransferMode(config->spi_hw_cfg->Instance, SPI_IP_INTERRUPT)) { in spi_nxp_s32_init() 572 Spi_Ip_IrqHandler(config->spi_hw_cfg->Instance); in spi_nxp_s32_isr() 666 .Instance = SPI_NXP_S32_HW_INSTANCE(n), \ 679 .Instance = SPI_NXP_S32_HW_INSTANCE(n), \
|
/Zephyr-latest/drivers/memc/ |
D | memc_stm32_nor_psram.c | 42 hnor.Instance = config->nor_psram; in memc_stm32_nor_init() 68 hsram.Instance = config->nor_psram; in memc_stm32_psram_init()
|
D | memc_stm32_sdram.c | 43 sdram.Instance = config->sdram; in memc_stm32_sdram_init()
|
/Zephyr-latest/subsys/bluetooth/services/nus/ |
D | Kconfig.nus | 13 Enable default Nordic UART Service Instance. Allows using the NUS as
|
/Zephyr-latest/soc/st/stm32/stm32wbax/hci_if/ |
D | bleplat.c | 77 hramcfg_SRAM1.Instance = RAMCFG_SRAM1; in MX_RAMCFG_Init()
|
/Zephyr-latest/subsys/ipc/ipc_service/lib/ |
D | Kconfig.icmsg | 64 bool "Instance is allowed to set unbound to enabled" 73 bool "Instance is allowed to set unbound to disabled" 82 bool "Instance is allowed to set unbound to detect"
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | csip.rst | 119 <dbg> bt_csip_set_coordinator.notify_func: Instance 0 lock was locked 121 <dbg> bt_csip_set_coordinator.notify_func: Instance 0 lock was locked 130 <dbg> bt_csip_set_coordinator.notify_func: Instance 0 lock was released 132 <dbg> bt_csip_set_coordinator.notify_func: Instance 0 lock was released
|
/Zephyr-latest/drivers/mdio/ |
D | mdio_stm32_hal.c | 113 .heth = {.Instance = (ETH_TypeDef *)DT_REG_ADDR(DT_INST_PARENT(inst))}, \
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | ptp.rst | 54 TIME_RECEIVER_ONLY PTP Instance, yes 55 TIME_TRANSMITTER_ONLY PTP Instance,
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | Kconfig | 16 supports only one PTP Instance in the PTP Node. 182 bool "Configure Clock as timeReceiver PTP Instance" 185 An Oridinary Clock may be designed to ba a timeReceiver PTP Instance. In that state
|
/Zephyr-latest/drivers/flash/ |
D | flash_stm32_qspi.c | 470 return READ_BIT(dev_data->hqspi.Instance->CCR, QUADSPI_CCR_FMODE) == QUADSPI_CCR_FMODE; in stm32_qspi_is_memory_mapped() 1381 hdma.Instance = __LL_DMA_GET_STREAM_INSTANCE(dev_data->dma.reg, in flash_stm32_qspi_init() 1387 hdma.Instance = __LL_DMA_GET_CHANNEL_INSTANCE(dev_data->dma.reg, in flash_stm32_qspi_init() 1390 hdma.Instance = __LL_DMA_GET_CHANNEL_INSTANCE(dev_data->dma.reg, in flash_stm32_qspi_init() 1546 MODIFY_REG(dev_data->hqspi.Instance->CR, (QUADSPI_CR_DFM), QSPI_DUALFLASH_ENABLE); in flash_stm32_qspi_init() 1633 .Instance = (QUADSPI_TypeDef *)DT_REG_ADDR(STM32_QSPI_NODE),
|
D | flash_stm32_ospi.c | 1121 return ((READ_BIT(dev_data->hospi.Instance->CR, in stm32_ospi_is_memorymap() 2197 hdma.Instance = __LL_DMA_GET_STREAM_INSTANCE(dev_data->dma.reg, in flash_stm32_ospi_init() 2202 hdma.Instance = LL_DMA_GET_CHANNEL_INSTANCE(dev_data->dma.reg, in flash_stm32_ospi_init() 2209 hdma.Instance = __LL_DMA_GET_CHANNEL_INSTANCE(dev_data->dma.reg, in flash_stm32_ospi_init() 2212 hdma.Instance = __LL_DMA_GET_CHANNEL_INSTANCE(dev_data->dma.reg, in flash_stm32_ospi_init() 2319 if (dev_data->hospi.Instance == OCTOSPI1) { in flash_stm32_ospi_init() 2327 } else if (dev_data->hospi.Instance == OCTOSPI2) { in flash_stm32_ospi_init() 2611 .Instance = (OCTOSPI_TypeDef *)DT_REG_ADDR(STM32_OSPI_NODE),
|
D | flash_stm32_xspi.c | 85 LOG_DBG("CCR 0x%x", dev_data->hxspi.Instance->CCR); in xspi_send_cmd() 953 return ((READ_BIT(dev_data->hxspi.Instance->CR, in stm32_xspi_is_memorymap() 1994 hdma->Instance = LL_DMA_GET_CHANNEL_INSTANCE(dma_stream->reg, in flash_stm32_xspi_dma_init() 2142 if (dev_data->hxspi.Instance == XSPI1) { in flash_stm32_xspi_init() 2144 } else if (dev_data->hxspi.Instance == XSPI2) { in flash_stm32_xspi_init() 2423 .Instance = (XSPI_TypeDef *)DT_REG_ADDR(STM32_XSPI_NODE),
|
/Zephyr-latest/samples/subsys/logging/logger/ |
D | README.rst | 38 Instance level logging showcase.
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_stm32wb0.c | 463 hradio.Instance = RADIO; in bt_hci_stm32wb0_open() 469 hpka.Instance = PKA; in bt_hci_stm32wb0_open()
|
/Zephyr-latest/drivers/disk/ |
D | sdmmc_stm32.c | 100 MMC_TypeDef *sdmmcx = priv->hsd.Instance; in stm32_sdmmc_fc_enable() 217 handle->Instance = __LL_DMA_GET_STREAM_INSTANCE(dma->reg, dma->channel_nb); in stm32_sdmmc_configure_dma() 801 .Instance = (MMC_TypeDef *)DT_INST_REG_ADDR(0),
|
/Zephyr-latest/drivers/video/ |
D | video_stm32_dcmi.c | 162 hdma.Instance = __LL_DMA_GET_STREAM_INSTANCE(config->dma.reg, in stm32_dma_init() 439 .Instance = (DCMI_TypeDef *) DT_INST_REG_ADDR(0),
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_stm32.c | 478 usb_dc_stm32_state.pcd.Instance = USB; in usb_dc_stm32_init() 480 usb_dc_stm32_state.pcd.Instance = USB_DRD_FS; in usb_dc_stm32_init() 489 usb_dc_stm32_state.pcd.Instance = USB_OTG_HS; in usb_dc_stm32_init() 491 usb_dc_stm32_state.pcd.Instance = USB_OTG_FS; in usb_dc_stm32_init()
|
/Zephyr-latest/tests/lib/acpi/unit/src/ |
D | main.c | 208 static ACPI_STATUS dmar_custom_get_table(char *Signature, UINT32 Instance, in dmar_custom_get_table() argument
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_stm32.c | 1023 priv->pcd.Instance = USB; in priv_pcd_prepare() 1025 priv->pcd.Instance = USB_DRD_FS; in priv_pcd_prepare() 1029 priv->pcd.Instance = USB_OTG_HS; in priv_pcd_prepare() 1031 priv->pcd.Instance = USB_OTG_FS; in priv_pcd_prepare()
|
/Zephyr-latest/doc/services/sensing/ |
D | index.rst | 113 Sensor Types And Instance 151 Sensor Instance Handler
|