| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/ |
| A D | hal_eth.c | 218 void ETH_MACTransmissionCmd(FunctionalState sta) in ETH_MACTransmissionCmd() argument 223 void ETH_MACReceptionCmd(FunctionalState sta) in ETH_MACReceptionCmd() argument 591 void ETH_DMAITConfig(u32 it, FunctionalState sta) in ETH_DMAITConfig() argument 626 void ETH_DMATransmissionCmd(FunctionalState sta) in ETH_DMATransmissionCmd() argument 631 void ETH_DMAReceptionCmd(FunctionalState sta) in ETH_DMAReceptionCmd() argument 752 void ETH_GlobalUnicastWakeUpCmd(FunctionalState sta) in ETH_GlobalUnicastWakeUpCmd() argument 772 void ETH_PowerDownCmd(FunctionalState sta) in ETH_PowerDownCmd() argument 791 void ETH_MMCCounterFreezeCmd(FunctionalState sta) in ETH_MMCCounterFreezeCmd() argument 796 void ETH_MMCResetOnReadCmd(FunctionalState sta) in ETH_MMCResetOnReadCmd() argument 801 void ETH_MMCCounterRolloverCmd(FunctionalState sta) in ETH_MMCCounterRolloverCmd() argument [all …]
|
| /bsp/hpmicro/libraries/drivers/ |
| A D | drv_pwm.c | 242 rt_err_t sta = RT_EOK; in hpm_pwm_control() local 263 sta = hpm_generate_central_aligned_waveform(pwm_name, channel, period, pulse); in hpm_pwm_control() 271 sta = hpm_set_central_aligned_waveform(pwm_name, channel, period, pulse); in hpm_pwm_control() 275 sta = RT_EOK; in hpm_pwm_control() 279 sta = -RT_ERROR; in hpm_pwm_control() 283 return sta; in hpm_pwm_control() 291 rt_err_t sta = RT_EOK; in hpm_pwm_dev_control() local 320 sta = hpm_set_central_aligned_waveform(pwm_name, channel, period, pulse); in hpm_pwm_dev_control() 324 sta = RT_EOK; in hpm_pwm_dev_control() 328 sta = -RT_ERROR; in hpm_pwm_dev_control() [all …]
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/ |
| A D | hal_eth.h | 647 void ETH_MACTransmissionCmd(FunctionalState sta); 648 void ETH_MACReceptionCmd(FunctionalState sta); 683 void ETH_DMAITConfig(u32 it, FunctionalState sta); 690 void ETH_DMATransmissionCmd(FunctionalState sta); 691 void ETH_DMAReceptionCmd(FunctionalState sta); 707 void ETH_GlobalUnicastWakeUpCmd(FunctionalState sta); 711 void ETH_PowerDownCmd(FunctionalState sta); 714 void ETH_MMCCounterFreezeCmd(FunctionalState sta); 715 void ETH_MMCResetOnReadCmd(FunctionalState sta); 716 void ETH_MMCCounterRolloverCmd(FunctionalState sta); [all …]
|
| /bsp/hc32/libraries/hc32_drivers/ |
| A D | drv_wdt.c | 38 rt_uint8_t sta; member 170 hc32_wdt.sta = WDT_INIT_ING; in _wdt_init() 183 if (hc32_wdt.sta == WDT_IS_ENABLE) in _wdt_control() 198 hc32_wdt.sta = WDT_INIT_OVER; in _wdt_control() 205 if (hc32_wdt.sta == WDT_INIT_ING) in _wdt_control() 212 hc32_wdt.sta = WDT_IS_ENABLE; in _wdt_control() 249 rt_uint8_t sta; member 375 hc32_swdt.sta = WDT_INIT_ING; in swdt_init() 403 hc32_swdt.sta = WDT_INIT_OVER; in swdt_control() 410 if (hc32_swdt.sta == WDT_INIT_ING) in swdt_control() [all …]
|
| /bsp/gd32/arm/gd32470z-lckfb/board/ports/ |
| A D | drv_touch.c | 368 tempsta = tp_dev.sta; in FT5206_Scan() 369 tp_dev.sta = (~temp) | TP_PRES_DOWN | TP_CATH_PRES; in FT5206_Scan() 375 if (tp_dev.sta & (1 << i)) in FT5206_Scan() 404 tp_dev.sta = tempsta; in FT5206_Scan() 414 if (tp_dev.sta & TP_PRES_DOWN) in FT5206_Scan() 416 tp_dev.sta &= ~TP_PRES_DOWN; in FT5206_Scan() 422 tp_dev.sta &= 0XE0; in FT5206_Scan()
|
| A D | drv_touch.h | 81 uint8_t sta; /**< Touch status flag */ member
|
| /bsp/allwinner_tina/drivers/ |
| A D | drv_uart.c | 255 volatile rt_uint32_t *sta; in uart_putc() local 259 sta = (rt_uint32_t *)(uart->hw_base + UART_USR); in uart_putc() 261 while (!(*sta & 0x02)); in uart_putc() 271 volatile rt_uint32_t *sta; in uart_getc() local 277 sta = (rt_uint32_t *)(uart->hw_base + UART_USR); in uart_getc() 279 if (*sta & 0x08) in uart_getc()
|
| /bsp/hpmicro/libraries/hpm_sdk/components/sccb/ |
| A D | hpm_sccb.c | 104 hpm_stat_t sta = status_success; in cambus_write_bytes() local 110 sta = i2c_master_write(sccb, (uint16_t)slv_addr, &buf[offset], remain); in cambus_write_bytes() 111 if (sta != status_success) { in cambus_write_bytes() 117 return sta; in cambus_write_bytes()
|
| /bsp/w60x/ |
| A D | README.md | 23 | WiFi | 支持 | 支持 IEEE802.11b/g/n,支持 sta、ap、ap+sta 模式 |
|
| /bsp/CME_M7/StdPeriph_Driver/src/ |
| A D | cmem7_eth.c | 464 uint32_t sta; in ETH_ClearITPendingBit() local 467 sta = ETH->STATUS; in ETH_ClearITPendingBit() 468 sta &= ETH->INT_EN; in ETH_ClearITPendingBit() 469 sta &= ~Int; in ETH_ClearITPendingBit() 475 if (!IS_ETH_INT_NORMAL(sta)) { in ETH_ClearITPendingBit() 482 if (!IS_ETH_INT_ABNORMAL(sta)) { in ETH_ClearITPendingBit()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/uart/ |
| A D | hal_uart.c | 720 volatile uint32_t *sta; in _uart_putc() local 723 sta = (uint32_t *)(sunxi_uart_port[devid] + UART_USR); in _uart_putc() 726 while (!(*sta & 0x02)); in _uart_putc() 759 volatile uint32_t *sta; in _uart_getc() local 763 sta = (uint32_t *)(sunxi_uart_port[devid] + UART_USR); in _uart_getc() 769 if (*sta & 0x08) in _uart_getc()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/watchdog/ |
| A D | platform_watchdog.h | 66 volatile u32 sta; //0x04 member
|
| /bsp/stm32/stm32h743-atk-apollo/board/ports/ |
| A D | drv_sdio.c | 223 while (count && (hw_sdio->sta & SDMMC_STA_DPSMACT)) in rthw_sdio_send_command() 227 if ((count == 0) || (hw_sdio->sta & SDIO_ERRORS)) in rthw_sdio_send_command() 297 rt_uint32_t intstatus = hw_sdio->sta; in rthw_sdio_irq_process()
|
| A D | drv_sdio.h | 75 volatile rt_uint32_t sta; /* offset 0x34 */ member
|
| /bsp/stm32/stm32h743-openmv-h7plus/board/ports/ |
| A D | drv_sdio.c | 224 while (count && (hw_sdio->sta & SDMMC_STA_DPSMACT)) in rthw_sdio_send_command() 228 if ((count == 0) || (hw_sdio->sta & SDIO_ERRORS)) in rthw_sdio_send_command() 298 rt_uint32_t intstatus = hw_sdio->sta; in rthw_sdio_irq_process()
|
| A D | drv_sdio.h | 75 volatile rt_uint32_t sta; /* offset 0x34 */ member
|
| /bsp/ESP32_C3/drivers/ |
| A D | drv_wifi.c | 144 .sta = { in drv_wlan_join() 156 rt_memcpy(wifi_config.sta.ssid, sta_info->ssid.val, sta_info->ssid.len); in drv_wlan_join() 157 rt_memcpy(wifi_config.sta.password, sta_info->key.val, sta_info->key.len); in drv_wlan_join()
|
| /bsp/stm32/stm32h750-artpi/board/port/ |
| A D | drv_sdio.c | 252 while (count && (hw_sdio->sta & SDMMC_STA_DPSMACT)) in rthw_sdio_send_command() 257 if ((count == 0) || (hw_sdio->sta & SDIO_ERRORS)) in rthw_sdio_send_command() 332 rt_uint32_t intstatus = hw_sdio->sta; in rthw_sdio_irq_process()
|
| A D | drv_sdio.h | 80 volatile rt_uint32_t sta; /* offset 0x34 */ member
|
| /bsp/w60x/drivers/ |
| A D | drv_wifi.c | 105 struct rt_wlan_info sta; in wm_wlan_client_event() local 106 rt_memcpy(sta.bssid, mac, MAX_ADDR_LEN); in wm_wlan_client_event() 107 buff.data = &sta; in wm_wlan_client_event() 108 buff.len = sizeof(sta); in wm_wlan_client_event()
|
| /bsp/stm32/stm32mp157a-st-ev1/board/ports/ |
| A D | drv_emmc.h | 66 volatile rt_uint32_t sta; /* offset 0x34 */ member
|
| A D | drv_emmc.c | 309 while (count && (hw_sdio->sta & SDMMC_STA_DPSMACT)) in rthw_sdio_send_command() 313 if ((count == 0) || (hw_sdio->sta & SDMMC_ERRORS)) in rthw_sdio_send_command() 394 rt_uint32_t intstatus = hw_sdio->sta; in rthw_sdio_irq_process()
|
| /bsp/stm32/stm32mp157a-st-discovery/board/ports/ |
| A D | drv_sdio.c | 283 while (count && (hw_sdio->sta & SDMMC_STA_DPSMACT)) in rthw_sdio_send_command() 287 if ((count == 0) || (hw_sdio->sta & SDIO_ERRORS)) in rthw_sdio_send_command() 363 rt_uint32_t intstatus = hw_sdio->sta; in rthw_sdio_irq_process()
|
| A D | drv_sdio.h | 80 volatile rt_uint32_t sta; /* offset 0x34 */ member
|
| /bsp/k230/drivers/interdrv/uart/ |
| A D | drv_uart.c | 276 volatile uint32_t *sta; in drv_uart_putc() local 280 sta = (uint32_t *)(uart->hw_base + UART_USR); in drv_uart_putc()
|