Home
last modified time | relevance | path

Searched refs:inst (Results 1 – 22 of 22) sorted by relevance

/bsp/efm32/
A Ddev_sflash.c271 sflash_instruction *inst; in efm_spiFlash_cmd() local
295 inst = (sflash_instruction *)(inst_buf + 1); in efm_spiFlash_cmd()
301 inst = (sflash_instruction *)inst_buf; in efm_spiFlash_cmd()
306 inst->code = sflash_inst_code_tbl[command]; in efm_spiFlash_cmd()
310 inst->address = ((address & 0x000000FF) << 16) | \ in efm_spiFlash_cmd()
315 inst->dummy = 0x00; in efm_spiFlash_cmd()
/bsp/efm32/Libraries/emlib/src/
A Dem_pcnt.c412 unsigned int inst; in PCNT_Init() local
418 inst = PCNT_Map(pcnt); in PCNT_Init()
468 CMU_PCNTClockExternalSet(inst, false); in PCNT_Init()
491 CMU_PCNTClockExternalSet(inst, true); in PCNT_Init()
565 unsigned int inst; in PCNT_Reset() local
570 inst = PCNT_Map(pcnt); in PCNT_Reset()
582 CMU_PCNTClockExternalSet(inst, false); in PCNT_Reset()
A Dem_cmu.c2088 bool CMU_PCNTClockExternalGet(unsigned int inst) in CMU_PCNTClockExternalGet() argument
2093 switch (inst) in CMU_PCNTClockExternalGet()
2140 void CMU_PCNTClockExternalSet(unsigned int inst, bool external) in CMU_PCNTClockExternalSet() argument
2145 EFM_ASSERT(inst < PCNT_COUNT); in CMU_PCNTClockExternalSet()
2152 BITBAND_Peripheral(&(CMU->PCNTCTRL), (inst * 2) + 1, setting); in CMU_PCNTClockExternalSet()
2155 (void)inst; /* Unused parameter */ in CMU_PCNTClockExternalSet()
/bsp/nuvoton/libraries/ma35/rtt_port/
A Ddrv_usbhost.c96 uinst_t inst; in GetRHPortControlFromPipe() local
100 !pipe->inst || in GetRHPortControlFromPipe()
101 !pipe->inst->parent_hub) in GetRHPortControlFromPipe()
104 if (pipe->inst->parent_hub->is_roothub) in GetRHPortControlFromPipe()
107 inst = pipe->inst; in GetRHPortControlFromPipe()
108 port = inst->port; in GetRHPortControlFromPipe()
113 inst = pipe->inst->parent_hub->self; in GetRHPortControlFromPipe()
114 port = inst->port; in GetRHPortControlFromPipe()
136 if (pipe->inst->parent_hub->is_roothub) in GetPortDevFromPipe()
281 if (pipe->inst->speed) in nu_open_pipe()
[all …]
/bsp/nuvoton/libraries/n9h30/rtt_port/
A Ddrv_usbhost.c104 uinst_t inst; in GetRHPortControlFromPipe() local
108 !pipe->inst || in GetRHPortControlFromPipe()
109 !pipe->inst->parent_hub) in GetRHPortControlFromPipe()
112 if (pipe->inst->parent_hub->is_roothub) in GetRHPortControlFromPipe()
115 inst = pipe->inst; in GetRHPortControlFromPipe()
116 port = inst->port; in GetRHPortControlFromPipe()
121 inst = pipe->inst->parent_hub->self; in GetRHPortControlFromPipe()
122 port = inst->port; in GetRHPortControlFromPipe()
144 if (pipe->inst->parent_hub->is_roothub) in GetPortDevFromPipe()
297 if (pipe->inst->speed) in nu_open_pipe()
[all …]
/bsp/nuvoton/libraries/nuc980/rtt_port/
A Ddrv_usbhost.c104 uinst_t inst; in GetRHPortControlFromPipe() local
108 !pipe->inst || in GetRHPortControlFromPipe()
109 !pipe->inst->parent_hub) in GetRHPortControlFromPipe()
112 if (pipe->inst->parent_hub->is_roothub) in GetRHPortControlFromPipe()
115 inst = pipe->inst; in GetRHPortControlFromPipe()
116 port = inst->port; in GetRHPortControlFromPipe()
121 inst = pipe->inst->parent_hub->self; in GetRHPortControlFromPipe()
122 port = inst->port; in GetRHPortControlFromPipe()
144 if (pipe->inst->parent_hub->is_roothub) in GetPortDevFromPipe()
297 if (pipe->inst->speed) in nu_open_pipe()
[all …]
/bsp/nuvoton/libraries/m460/rtt_port/
A Ddrv_usbhost.c98 uinst_t inst; in GetRHPortControlFromPipe() local
100 if (pipe->inst->parent_hub->is_roothub) in GetRHPortControlFromPipe()
103 inst = pipe->inst; in GetRHPortControlFromPipe()
104 port = inst->port; in GetRHPortControlFromPipe()
109 inst = pipe->inst->parent_hub->self; in GetRHPortControlFromPipe()
110 port = inst->port; in GetRHPortControlFromPipe()
132 if (pipe->inst->parent_hub->is_roothub) in GetPortDevFromPipe()
141 if (psRHPortCtrl->asHubPortDev[i].port_num == pipe->inst->port) in GetPortDevFromPipe()
277 if (pipe->inst->speed) in nu_open_pipe()
288 psPortDev->port_num = pipe->inst->port; in nu_open_pipe()
[all …]
/bsp/nuvoton/libraries/m480/rtt_port/
A Ddrv_usbhost.c101 uinst_t inst; in GetRHPortControlFromPipe() local
103 if (pipe->inst->parent_hub->is_roothub) in GetRHPortControlFromPipe()
106 inst = pipe->inst; in GetRHPortControlFromPipe()
107 port = inst->port; in GetRHPortControlFromPipe()
112 inst = pipe->inst->parent_hub->self; in GetRHPortControlFromPipe()
113 port = inst->port; in GetRHPortControlFromPipe()
135 if (pipe->inst->parent_hub->is_roothub) in GetPortDevFromPipe()
144 if (psRHPortCtrl->asHubPortDev[i].port_num == pipe->inst->port) in GetPortDevFromPipe()
280 if (pipe->inst->speed) in nu_open_pipe()
291 psPortDev->port_num = pipe->inst->port; in nu_open_pipe()
[all …]
/bsp/nuvoton/libraries/m2354/rtt_port/
A Ddrv_usbhost.c99 uinst_t inst; in GetRHPortControlFromPipe() local
101 if (pipe->inst->parent_hub->is_roothub) in GetRHPortControlFromPipe()
104 inst = pipe->inst; in GetRHPortControlFromPipe()
105 port = inst->port; in GetRHPortControlFromPipe()
110 inst = pipe->inst->parent_hub->self; in GetRHPortControlFromPipe()
111 port = inst->port; in GetRHPortControlFromPipe()
133 if (pipe->inst->parent_hub->is_roothub) in GetPortDevFromPipe()
142 if (psRHPortCtrl->asHubPortDev[i].port_num == pipe->inst->port) in GetPortDevFromPipe()
278 if (pipe->inst->speed) in nu_open_pipe()
289 psPortDev->port_num = pipe->inst->port; in nu_open_pipe()
[all …]
/bsp/ti/c28x/libraries/tms320f28379d/common/source/
A DF2837xD_Emif.c86 void ASync_wait_config(Uint16 inst, Uint16 wait_count, Uint16 wait_polarity) in ASync_wait_config() argument
88 if (inst == 0) in ASync_wait_config()
117 void ASync_cs2_config(Uint16 inst, Uint16 async_mem_data_width, in ASync_cs2_config() argument
123 if (inst == 0) in ASync_cs2_config()
178 void ASync_cs3_config(Uint16 inst, Uint16 async_mem_data_width, in ASync_cs3_config() argument
211 void ASync_cs4_config(Uint16 inst, Uint16 async_mem_data_width, in ASync_cs4_config() argument
/bsp/wch/arm/ch579m/board/
A Ddrv_usbh.c68 R8_USB_DEV_AD = (R8_USB_DEV_AD & RB_UDA_GP_BIT) | (pipe->inst->address & MASK_USB_ADDR); in drv_pipe_xfer()
97 *(UINT8 *)pipe->inst->pipe_ep0_out->user_data = USB_PID_DATA0; in drv_pipe_xfer()
98 *(UINT8 *)pipe->inst->pipe_ep0_in->user_data = USB_PID_DATA1; in drv_pipe_xfer()
168 pipe->pipe_index = pipe->inst->address & MASK_USB_ADDR; in drv_open_pipe()
/bsp/dm365/drivers/
A Ddavinci_emac.h252 #define MDIO_USERACCESS(inst) (0x80 + (inst * 8)) argument
253 #define MDIO_USERPHYSEL(inst) (0x84 + (inst * 8)) argument
/bsp/wch/risc-v/Libraries/ch32_drivers/
A Ddrv_usbh.c106 *(rt_uint8_t *)pipe->inst->pipe_ep0_out->user_data = USB_PID_DATA0; in usbh_pipe_xfer()
107 *(rt_uint8_t *)pipe->inst->pipe_ep0_in->user_data = USB_PID_DATA1; in usbh_pipe_xfer()
170 pipe->pipe_index = pipe->inst->address & USBFS_USB_ADDR_MASK; in usbh_open_pipe()
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_usbh.c96 pipe->inst->address, in drv_pipe_xfer()
172 pipe->inst->address, in drv_open_pipe()
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_ebi.c640 assert_param(IS_EBI_LCD_DEVICE(hlcd->inst)); in ald_ebi_lcd_init()
653 MODIFY_REG(hlcd->inst->LCDCRCFGS[(hlcd->init.bank - 1)*4], LCDCTRL_CLEAR_MASK, in ald_ebi_lcd_init()
663 WRITE_REG(hlcd->inst->LCDCRCFGS[(hlcd->init.bank - 1)*4 + 1], in ald_ebi_lcd_init()
678 SET_BIT(hlcd->inst->LCDCRCFGS[(hlcd->init.bank - 1)*4], hlcd->init.reset); in ald_ebi_lcd_reset()
/bsp/efm32/Libraries/emlib/inc/
A Dem_cmu.h619 bool CMU_PCNTClockExternalGet(unsigned int inst);
620 void CMU_PCNTClockExternalSet(unsigned int inst, bool external);
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_ble_driver/inc/
A Dco_lmp.h1003 uint32_t inst; member
1018 uint32_t inst; member
/bsp/hpmicro/libraries/hpm_sdk/components/serial_nor/
A Dhpm_serial_nor.c319 switch (param_tbl->erase_info[sector_erase_type].inst) { in get_page_sector_block_size_from_sfdp()
330 switch (param_tbl->erase_info[block_erase_type].inst) { in get_page_sector_block_size_from_sfdp()
343 config->sector_erase_cmd = param_tbl->erase_info[sector_erase_type].inst; in get_page_sector_block_size_from_sfdp()
344 config->block_erase_cmd = param_tbl->erase_info[block_erase_type].inst; in get_page_sector_block_size_from_sfdp()
A Dsfdp_def.h137 uint8_t inst; member
/bsp/at32/libraries/rt_drivers/
A Ddrv_usbotgh.c328 pipe->inst->address, in drv_open_pipe()
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dald_ebi.h407 EBI_LCD_TypeDef *inst; member
/bsp/hc32/libraries/hc32_drivers/
A Ddrv_usbh.c931 pipe->inst->address, in _usbh_pipe_xfer()
1023 pipe->inst->address, in _usbh_open_pipe()

Completed in 42 milliseconds