| /bsp/efm32/ |
| A D | dev_sflash.c | 271 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 D | em_pcnt.c | 412 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 D | em_cmu.c | 2088 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 D | drv_usbhost.c | 96 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 D | drv_usbhost.c | 104 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 D | drv_usbhost.c | 104 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 D | drv_usbhost.c | 98 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 D | drv_usbhost.c | 101 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 D | drv_usbhost.c | 99 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 D | F2837xD_Emif.c | 86 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 D | drv_usbh.c | 68 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 D | davinci_emac.h | 252 #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 D | drv_usbh.c | 106 *(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 D | drv_usbh.c | 96 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 D | ald_ebi.c | 640 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 D | em_cmu.h | 619 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 D | co_lmp.h | 1003 uint32_t inst; member 1018 uint32_t inst; member
|
| /bsp/hpmicro/libraries/hpm_sdk/components/serial_nor/ |
| A D | hpm_serial_nor.c | 319 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 D | sfdp_def.h | 137 uint8_t inst; member
|
| /bsp/at32/libraries/rt_drivers/ |
| A D | drv_usbotgh.c | 328 pipe->inst->address, in drv_open_pipe()
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/ |
| A D | ald_ebi.h | 407 EBI_LCD_TypeDef *inst; member
|
| /bsp/hc32/libraries/hc32_drivers/ |
| A D | drv_usbh.c | 931 pipe->inst->address, in _usbh_pipe_xfer() 1023 pipe->inst->address, in _usbh_open_pipe()
|