Home
last modified time | relevance | path

Searched refs:Index (Results 1 – 25 of 30) sorted by relevance

12

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_hp/
A Drtl8721dhp_audio.c226 u32 Index, in AUDIO_SP_TXGDMA_Init() argument
235 AUDIO_SPORT_TypeDef *SPORTx = AUDIO_DEV_TABLE[Index].SPORTx; in AUDIO_SP_TXGDMA_Init()
253 GDMA_InitStruct->GDMA_DstHandshakeInterface = AUDIO_DEV_TABLE[Index].Tx_HandshakeInterface; in AUDIO_SP_TXGDMA_Init()
254 GDMA_InitStruct->GDMA_DstAddr = (u32)&AUDIO_DEV_TABLE[Index].SPORTx->SP_TX_DR; in AUDIO_SP_TXGDMA_Init()
322 u32 Index, in AUDIO_SP_RXGDMA_Init() argument
331 AUDIO_SPORT_TypeDef *SPORTx = AUDIO_DEV_TABLE[Index].SPORTx; in AUDIO_SP_RXGDMA_Init()
349 GDMA_InitStruct->GDMA_SrcHandshakeInterface = AUDIO_DEV_TABLE[Index].Rx_HandshakeInterface; in AUDIO_SP_RXGDMA_Init()
350 GDMA_InitStruct->GDMA_SrcAddr = (u32)&AUDIO_DEV_TABLE[Index].SPORTx->SP_RX_DR; in AUDIO_SP_RXGDMA_Init()
A Drtl8721dhp_ssi.c468 u32 Index, in SSI_TXGDMA_Init() argument
476 SPI_TypeDef *SPIx = SPI_DEV_TABLE[Index].SPIx; in SSI_TXGDMA_Init()
491 GDMA_InitStruct->GDMA_DstHandshakeInterface = SPI_DEV_TABLE[Index].Tx_HandshakeInterface; in SSI_TXGDMA_Init()
492 GDMA_InitStruct->GDMA_DstAddr = (u32)&SPI_DEV_TABLE[Index].SPIx->DR; in SSI_TXGDMA_Init()
566 u8 Index, in SSI_RXGDMA_Init() argument
574 SPI_TypeDef *SPIx = SPI_DEV_TABLE[Index].SPIx; in SSI_RXGDMA_Init()
590 GDMA_InitStruct->GDMA_SrcHandshakeInterface = SPI_DEV_TABLE[Index].Rx_HandshakeInterface; in SSI_RXGDMA_Init()
591 GDMA_InitStruct->GDMA_SrcAddr = (u32)&SPI_DEV_TABLE[Index].SPIx->DR; in SSI_RXGDMA_Init()
A Drtl8721dhp_usi_ssi.c556 u32 Index, in USI_SSI_TXGDMA_Init() argument
564 USI_TypeDef *USIx = USI_DEV_TABLE[Index].USIx; in USI_SSI_TXGDMA_Init()
579 GDMA_InitStruct->GDMA_DstHandshakeInterface = USI_DEV_TABLE[Index].Tx_HandshakeInterface; in USI_SSI_TXGDMA_Init()
580 GDMA_InitStruct->GDMA_DstAddr = (u32)&USI_DEV_TABLE[Index].USIx->TX_FIFO_WRITE; in USI_SSI_TXGDMA_Init()
654 u8 Index, in USI_SSI_RXGDMA_Init() argument
662 USI_TypeDef *USIx = USI_DEV_TABLE[Index].USIx; in USI_SSI_RXGDMA_Init()
678 GDMA_InitStruct->GDMA_SrcHandshakeInterface = USI_DEV_TABLE[Index].Rx_HandshakeInterface; in USI_SSI_RXGDMA_Init()
679 GDMA_InitStruct->GDMA_SrcAddr = (u32)&USI_DEV_TABLE[Index].USIx->RX_FIFO_READ; in USI_SSI_RXGDMA_Init()
A Drtl8721dhp_usi_i2c.c788 u8 Index, in USI_I2C_TXGDMA_Init() argument
812 GDMA_InitStruct->GDMA_DstHandshakeInterface = USI_DEV_TABLE[Index].Tx_HandshakeInterface; in USI_I2C_TXGDMA_Init()
813 GDMA_InitStruct->GDMA_DstAddr = (u32)&USI_DEV_TABLE[Index].USIx->TX_FIFO_WRITE; in USI_I2C_TXGDMA_Init()
858 u8 Index, in USI_I2C_RXGDMA_Init() argument
880 GDMA_InitStruct->GDMA_SrcHandshakeInterface = USI_DEV_TABLE[Index].Rx_HandshakeInterface; in USI_I2C_RXGDMA_Init()
881 GDMA_InitStruct->GDMA_SrcAddr = (u32)&USI_DEV_TABLE[Index].USIx->RX_FIFO_READ; in USI_I2C_RXGDMA_Init()
/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/vl53l0x/
A Dvl53l0x_api_core.c1240 int Index; in VL53L0X_load_tuning_settings() local
1251 Index = 0; in VL53L0X_load_tuning_settings()
1256 Index++; in VL53L0X_load_tuning_settings()
1260 Index++; in VL53L0X_load_tuning_settings()
1264 Index++; in VL53L0X_load_tuning_settings()
1266 Index++; in VL53L0X_load_tuning_settings()
1272 Index++; in VL53L0X_load_tuning_settings()
1274 Index++; in VL53L0X_load_tuning_settings()
1280 Index++; in VL53L0X_load_tuning_settings()
1300 Index++; in VL53L0X_load_tuning_settings()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_common/
A Drtl8721d_i2c.c907 u8 Index, in I2C_TXGDMA_Init() argument
931 GDMA_InitStruct->GDMA_DstHandshakeInterface = I2C_DEV_TABLE[Index].Tx_HandshakeInterface; in I2C_TXGDMA_Init()
932 GDMA_InitStruct->GDMA_DstAddr = (u32)&I2C_DEV_TABLE[Index].I2Cx->IC_DATA_CMD; in I2C_TXGDMA_Init()
977 u8 Index, in I2C_RXGDMA_Init() argument
999 GDMA_InitStruct->GDMA_SrcHandshakeInterface = I2C_DEV_TABLE[Index].Rx_HandshakeInterface; in I2C_RXGDMA_Init()
1000 GDMA_InitStruct->GDMA_SrcAddr = (u32)&I2C_DEV_TABLE[Index].I2Cx->IC_DATA_CMD; in I2C_RXGDMA_Init()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_audio.h198 _LONG_CALL_ BOOL AUDIO_SP_TXGDMA_Init(u32 Index, GDMA_InitTypeDef *GDMA_InitStruct, void *CallbackD…
199 _LONG_CALL_ BOOL AUDIO_SP_RXGDMA_Init(u32 Index, GDMA_InitTypeDef *GDMA_InitStruct, void *CallbackD…
A Drtl8721d_usi_i2c.h306 _LONG_CALL_ BOOL USI_I2C_TXGDMA_Init(u8 Index, GDMA_InitTypeDef *GDMA_InitStruct, void *CallbackDat…
307 _LONG_CALL_ BOOL USI_I2C_RXGDMA_Init(u8 Index, GDMA_InitTypeDef *GDMA_InitStruct, void *CallbackDat…
A Drtl8721d_usi_ssi.h399 _LONG_CALL_ BOOL USI_SSI_TXGDMA_Init(u32 Index, PGDMA_InitTypeDef GDMA_InitStruct, void *CallbackDa…
401 _LONG_CALL_ BOOL USI_SSI_RXGDMA_Init(u8 Index, GDMA_InitTypeDef *GDMA_InitStruct, void *CallbackDat…
A Drtl8721d_ssi.h443 _LONG_CALL_ BOOL SSI_TXGDMA_Init(u32 Index, PGDMA_InitTypeDef GDMA_InitStruct, void *CallbackData,
445 _LONG_CALL_ BOOL SSI_RXGDMA_Init(u8 Index, GDMA_InitTypeDef *GDMA_InitStruct, void *CallbackData,
A Drtl8721d_i2c.h346 _LONG_CALL_ BOOL I2C_TXGDMA_Init(u8 Index, GDMA_InitTypeDef *GDMA_InitStruct, void *CallbackData, I…
347 _LONG_CALL_ BOOL I2C_RXGDMA_Init(u8 Index, GDMA_InitTypeDef *GDMA_InitStruct, void *CallbackData, I…
/AliOS-Things-master/components/csi/csi1/include/core/
A Dcore_ck807.h232 uint32_t Index: 10; /*!< bit: 0.. 9 TLB index */ member
762 mir.b.Index = index; in csi_mmu_read_by_index()
789 mir.b.Index = index; in csi_mmu_invalid_tlb_by_index()
A Dcore_810.h251 uint32_t Index: 10; /*!< bit: 0.. 9 TLB index */ member
787 mir.b.Index = index; in csi_mmu_read_by_index()
815 mir.b.Index = index; in csi_mmu_invalid_tlb_by_index()
A Dcore_ck810.h232 uint32_t Index: 10; /*!< bit: 0.. 9 TLB index */ member
768 mir.b.Index = index; in csi_mmu_read_by_index()
796 mir.b.Index = index; in csi_mmu_invalid_tlb_by_index()
A Dcore_ck610.h321 uint32_t Index: 10; member
777 mir.b.Index = index; in csi_mmu_read_by_index()
805 mir.b.Index = index; in csi_mmu_invalid_tlb_by_index()
A Dcore_807.h786 uint32_t Index: 10; /*!< bit: 0.. 9 TLB index */ member
1108 uint32_t Index: 17; /*!< bit: 0..16 RAM index */ member
1444 mir.b.Index = index; in csi_mmu_read_by_index()
1471 mir.b.Index = index; in csi_mmu_invalid_tlb_by_index()
1921 info->index = errlc.b.Index; in csi_ecc_get_error_info()
/AliOS-Things-master/components/csi/csi2/include/core/
A Dcore_ck807.h232 uint32_t Index: 10; /*!< bit: 0.. 9 TLB index */ member
762 mir.b.Index = index; in csi_mmu_read_by_index()
789 mir.b.Index = index; in csi_mmu_invalid_tlb_by_index()
A Dcore_810.h251 uint32_t Index: 10; /*!< bit: 0.. 9 TLB index */ member
787 mir.b.Index = index; in csi_mmu_read_by_index()
815 mir.b.Index = index; in csi_mmu_invalid_tlb_by_index()
A Dcore_ck810.h232 uint32_t Index: 10; /*!< bit: 0.. 9 TLB index */ member
768 mir.b.Index = index; in csi_mmu_read_by_index()
796 mir.b.Index = index; in csi_mmu_invalid_tlb_by_index()
A Dcore_ck610.h321 uint32_t Index: 10; member
777 mir.b.Index = index; in csi_mmu_read_by_index()
805 mir.b.Index = index; in csi_mmu_invalid_tlb_by_index()
A Dcore_807.h786 uint32_t Index: 10; /*!< bit: 0.. 9 TLB index */ member
1108 uint32_t Index: 17; /*!< bit: 0..16 RAM index */ member
1444 mir.b.Index = index; in csi_mmu_read_by_index()
1471 mir.b.Index = index; in csi_mmu_invalid_tlb_by_index()
1921 info->index = errlc.b.Index; in csi_ecc_get_error_info()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Dspi_api.c53 u32 Index; member
324 ret = SSI_TXGDMA_Init(ssi_adapter->Index, &ssi_adapter->SSITxGdmaInitStruct, in ssi_dma_send()
349 ret = SSI_RXGDMA_Init(ssi_adapter->Index, &ssi_adapter->SSIRxGdmaInitStruct, in ssi_dma_recv()
428 ssi_adapter->Index = spi_idx; in spi_init()
429 ssi_adapter->spi_dev = SPI_DEV_TABLE[ssi_adapter->Index].SPIx; in spi_init()
457 ssi_adapter->IrqNum = SPI_DEV_TABLE[ssi_adapter->Index].IrqNum; in spi_init()
/AliOS-Things-master/components/SDL2/docs/
A Ddoxyfile482 # This will remove the Files entry from the Quick Index and from the
488 # Namespaces page. This will remove the Namespaces entry from the Quick Index
1085 # include the index chapters (such as File Index, Compound Index, etc.)
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/
A DDoxyfile493 # This will remove the Files entry from the Quick Index and from the
500 # This will remove the Namespaces entry from the Quick Index
1155 # include the index chapters (such as File Index, Compound Index, etc.)
/AliOS-Things-master/components/SDL2/src/gfx/Docs/
A Dhtml.doxyfile574 # This will remove the Files entry from the Quick Index and from the
580 # Namespaces page. This will remove the Namespaces entry from the Quick Index
1337 # include the index chapters (such as File Index, Compound Index, etc.)

Completed in 110 milliseconds

12