Home
last modified time | relevance | path

Searched refs:Instance (Results 1 – 25 of 35) sorted by relevance

12

/Zephyr-latest/drivers/ethernet/
Deth_stm32_hal.c307 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/
Dwdt_wwdg_stm32.h27 WWDG_TypeDef *Instance; member
46 ((WWDG_TypeDef *)(WWDG_STM32_CFG(dev))->Instance)
Dwdt_wwdg_stm32.c311 .Instance = (WWDG_TypeDef *)DT_INST_REG_ADDR(0),
/Zephyr-latest/tests/net/lib/lwm2m/interop/
DREADME.md154 |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/
Dspi_nxp_s32.c74 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/
Dmemc_stm32_nor_psram.c42 hnor.Instance = config->nor_psram; in memc_stm32_nor_init()
68 hsram.Instance = config->nor_psram; in memc_stm32_psram_init()
Dmemc_stm32_sdram.c43 sdram.Instance = config->sdram; in memc_stm32_sdram_init()
/Zephyr-latest/subsys/bluetooth/services/nus/
DKconfig.nus13 Enable default Nordic UART Service Instance. Allows using the NUS as
/Zephyr-latest/soc/st/stm32/stm32wbax/hci_if/
Dbleplat.c77 hramcfg_SRAM1.Instance = RAMCFG_SRAM1; in MX_RAMCFG_Init()
/Zephyr-latest/subsys/ipc/ipc_service/lib/
DKconfig.icmsg64 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/
Dcsip.rst119 <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/
Dmdio_stm32_hal.c113 .heth = {.Instance = (ETH_TypeDef *)DT_REG_ADDR(DT_INST_PARENT(inst))}, \
/Zephyr-latest/doc/connectivity/networking/api/
Dptp.rst54 TIME_RECEIVER_ONLY PTP Instance, yes
55 TIME_TRANSMITTER_ONLY PTP Instance,
/Zephyr-latest/subsys/net/lib/ptp/
DKconfig16 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/
Dflash_stm32_qspi.c470 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),
Dflash_stm32_ospi.c1121 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),
Dflash_stm32_xspi.c85 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/
DREADME.rst38 Instance level logging showcase.
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_stm32wb0.c463 hradio.Instance = RADIO; in bt_hci_stm32wb0_open()
469 hpka.Instance = PKA; in bt_hci_stm32wb0_open()
/Zephyr-latest/drivers/disk/
Dsdmmc_stm32.c100 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/
Dvideo_stm32_dcmi.c162 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/
Dusb_dc_stm32.c478 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/
Dmain.c208 static ACPI_STATUS dmar_custom_get_table(char *Signature, UINT32 Instance, in dmar_custom_get_table() argument
/Zephyr-latest/drivers/usb/udc/
Dudc_stm32.c1023 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/
Dindex.rst113 Sensor Types And Instance
151 Sensor Instance Handler

12