Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 179) sorted by relevance

12345678

/bsp/qemu-vexpress-a9/drivers/
A Ddrv_sdio.c323 struct sdhci_cmd_t stop; in mmc_request_send() local
327 rt_memset(&stop, 0, sizeof(struct sdhci_cmd_t)); in mmc_request_send()
364 if (req->stop) in mmc_request_send()
366 stop.cmdidx = req->stop->cmd_code; in mmc_request_send()
367 stop.cmdarg = req->stop->arg; in mmc_request_send()
368 if (req->stop->flags & RESP_MASK) in mmc_request_send()
370 stop.resptype = PL180_RSP_PRESENT; in mmc_request_send()
371 if (resp_type(req->stop) == RESP_R2) in mmc_request_send()
372 stop.resptype |= PL180_RSP_136BIT; in mmc_request_send()
375 stop.resptype = 0; in mmc_request_send()
[all …]
/bsp/nuvoton/libraries/ma35/rtt_port/
A Ddrv_sdio.c514 if (req->stop != RT_NULL) in nu_sdh_request()
516 struct mmc_cmd stop; in nu_sdh_request() local
517 rt_memset(&stop, 0, sizeof(struct mmc_cmd)); in nu_sdh_request()
519 stop.cmdidx = req->stop->cmd_code; in nu_sdh_request()
520 stop.cmdarg = req->stop->arg; in nu_sdh_request()
521 stop.resp_type = nu_sdh_get_cmd_resptype(resp_type(req->stop)); in nu_sdh_request()
523 req->stop->err = nu_sdh_send_command(sdh->base, &stop, NULL); in nu_sdh_request()
526 req->stop->resp[3] = stop.response[3]; in nu_sdh_request()
527 req->stop->resp[2] = stop.response[2]; in nu_sdh_request()
528 req->stop->resp[1] = stop.response[1]; in nu_sdh_request()
[all …]
/bsp/xuantie/libraries/xuantie_libraries/chip_riscv_dummy/src/drivers/
A Dadc.c135 adc->stop = NULL; in csi_adc_init()
290 adc->stop = wj_adc_stop_intr; in csi_adc_attach_callback()
306 adc->stop = NULL; in csi_adc_detach_callback()
348 if (adc->stop) { in csi_adc_stop_async()
349 adc->stop(adc); in csi_adc_stop_async()
391 adc->stop = wj_adc_stop_dma; in csi_adc_link_dma()
405 adc->stop = wj_adc_stop_intr; in csi_adc_link_dma()
408 adc->stop = NULL; in csi_adc_link_dma()
/bsp/nv32f100x/lib/src/
A Dpmc.c99 stop(); in PMC_SetMode()
104 stop(); in PMC_SetMode()
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/
A Dapm32f0xx_ob.c97 void OB_OptionBytesStop(OB_STOP_T stop) in OB_OptionBytesStop() argument
99 OB->USER_B.RSTSTOP = stop; in OB_OptionBytesStop()
/bsp/raspberry-pi/raspi3-32/driver/
A Ddrv_sdio.c300 struct sdhci_cmd_t stop; in mmc_request_send() local
304 rt_memset(&stop, 0, sizeof(struct sdhci_cmd_t)); in mmc_request_send()
329 if (req->stop) in mmc_request_send()
331 stop.cmdidx = req->stop->cmd_code; in mmc_request_send()
332 stop.cmdarg = req->stop->arg; in mmc_request_send()
333 cmd.resptype =resp_type(req->stop); in mmc_request_send()
334 req->stop->err = sdhci_transfer(sdhci, &stop, RT_NULL); in mmc_request_send()
/bsp/raspberry-pi/raspi3-64/driver/
A Ddrv_sdio.c302 struct sdhci_cmd_t stop; in mmc_request_send() local
305 rt_memset(&stop, 0, sizeof(struct sdhci_cmd_t)); in mmc_request_send()
330 if (req->stop) in mmc_request_send()
332 stop.cmdidx = req->stop->cmd_code; in mmc_request_send()
333 stop.cmdarg = req->stop->arg; in mmc_request_send()
334 cmd.resptype =resp_type(req->stop); in mmc_request_send()
335 req->stop->err = sdhci_transfer(sdhci, &stop, RT_NULL); in mmc_request_send()
/bsp/dm365/drivers/
A Di2c-davinci.c87 int stop; member
289 i2c_davinci_xfer_msg(struct rt_i2c_bus_device *bus, struct rt_i2c_msg *msg, int stop) in i2c_davinci_xfer_msg() argument
305 dev->stop = stop; in i2c_davinci_xfer_msg()
355 if (stop && msg->len != 0) in i2c_davinci_xfer_msg()
401 if (stop) in i2c_davinci_xfer_msg()
501 if (((dev->buf_len == 0) && (dev->stop != 0)) || in i2c_davinci_isr()
A Dmmcsd.c490 if (mrq->stop) in mmc_request_done()
493 "dm365 host", mrq->stop->cmd_code, in mmc_request_done()
494 mrq->stop->err, in mmc_request_done()
495 mrq->stop->resp[0], mrq->stop->resp[1], in mmc_request_done()
496 mrq->stop->resp[2], mrq->stop->resp[3]); in mmc_request_done()
556 if (!data->stop || (host->cmd && host->cmd->err)) in mmc_dm365_xfer_done()
562 mmc_dm365_start_command(host, data->stop); in mmc_dm365_xfer_done()
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/
A Dapm32f0xx_ob.h132 OB_STOP_T stop; /*!< Option Bytes nRST STOP */ member
158 void OB_OptionBytesStop(OB_STOP_T stop);
/bsp/raspberry-pi/raspi4-64/drivers/
A Ddrv_sdio.c304 struct sdhci_cmd_t stop; in mmc_request_send() local
307 rt_memset(&stop, 0, sizeof(struct sdhci_cmd_t)); in mmc_request_send()
332 if (req->stop) in mmc_request_send()
334 stop.cmdidx = req->stop->cmd_code; in mmc_request_send()
335 stop.cmdarg = req->stop->arg; in mmc_request_send()
336 cmd.resptype =resp_type(req->stop); in mmc_request_send()
337 req->stop->err = sdhci_transfer(sdhci, &stop, RT_NULL); in mmc_request_send()
/bsp/raspberry-pi/raspi4-32/driver/
A Ddrv_sdio.c304 struct sdhci_cmd_t stop; in mmc_request_send() local
307 rt_memset(&stop, 0, sizeof(struct sdhci_cmd_t)); in mmc_request_send()
332 if (req->stop) in mmc_request_send()
334 stop.cmdidx = req->stop->cmd_code; in mmc_request_send()
335 stop.cmdarg = req->stop->arg; in mmc_request_send()
336 cmd.resptype =resp_type(req->stop); in mmc_request_send()
337 req->stop->err = sdhci_transfer(sdhci, &stop, RT_NULL); in mmc_request_send()
/bsp/zynqmp-a53-dfzu2eg/
A DREADME.md129 Press any key to stop init process startup ... 3
130 Press any key to stop init process startup ... 2
131 Press any key to stop init process startup ... 1
/bsp/nxp/imx/imxrt/imxrt1170-nxp-evk/video/display/
A Dfsl_display.h69 …status_t (*stop)(display_handle_t *handle); /*!< Stop the device. … member
133 return handle->ops->stop(handle); in DISPLAY_Stop()
/bsp/stm32/stm32g431-st-nucleo/
A DREADME.md41 - Low-power modes: sleep, stop, standby and shutdown
63 …advanced motor control timers, with up to 8 x PWM channels, dead time generation and emergency stop
64 - 1 x 16-bit timer with 2 x IC/OCs, one OCN/PWM, dead time generation and emergency stop
65 - 2 x 16-bit timers with IC/OC/OCN/PWM, dead time generation and emergency stop
70 - Calendar RTC with alarm, periodic wakeup from stop/standby
73 - 3 x I2C Fast mode plus (1 Mbit/s) with 20 mA current sink, SMBus/PMBus, wakeup from stop
/bsp/stm32/stm32g491-st-nucleo/
A DREADME.md41 - Low-power modes: sleep, stop, standby and shutdown
63 …advanced motor control timers, with up to 8 x PWM channels, dead time generation and emergency stop
64 - 1 x 16-bit timer with 2 x IC/OCs, one OCN/PWM, dead time generation and emergency stop
65 - 2 x 16-bit timers with IC/OC/OCN/PWM, dead time generation and emergency stop
70 - Calendar RTC with alarm, periodic wakeup from stop/standby
73 - 3 x I2C Fast mode plus (1 Mbit/s) with 20 mA current sink, SMBus/PMBus, wakeup from stop
/bsp/nuvoton/libraries/m2354/rtt_port/
A Ddrv_sdio.c515 if (req->stop != RT_NULL) in nu_sdh_request()
517 struct rt_mmcsd_cmd *stop = req->stop; in nu_sdh_request() local
519 stop->err = nu_sdh_sendcmd(host, stop, NULL); in nu_sdh_request()
521 if (resp_type(stop) != RESP_NONE) in nu_sdh_request()
522 LOG_HEX("stop->resp", 16, (void *)&stop->resp[0], 16); in nu_sdh_request()
/bsp/nuvoton/libraries/m460/rtt_port/
A Ddrv_sdio.c515 if (req->stop != RT_NULL) in nu_sdh_request()
517 struct rt_mmcsd_cmd *stop = req->stop; in nu_sdh_request() local
519 stop->err = nu_sdh_sendcmd(host, stop, NULL); in nu_sdh_request()
521 if (resp_type(stop) != RESP_NONE) in nu_sdh_request()
522 LOG_HEX("stop->resp", 16, (void *)&stop->resp[0], 16); in nu_sdh_request()
/bsp/nuvoton/libraries/m480/rtt_port/
A Ddrv_sdio.c515 if (req->stop != RT_NULL) in nu_sdh_request()
517 struct rt_mmcsd_cmd *stop = req->stop; in nu_sdh_request() local
519 stop->err = nu_sdh_sendcmd(host, stop, NULL); in nu_sdh_request()
521 if (resp_type(stop) != RESP_NONE) in nu_sdh_request()
522 LOG_HEX("stop->resp", 16, (void *)&stop->resp[0], 16); in nu_sdh_request()
/bsp/stm32/stm32g474-st-nucleo/
A DREADME.md41 - Low-power modes: sleep, stop, standby and shutdown
63 …advanced motor control timers, with up to 8 x PWM channels, dead time generation and emergency stop
64 - 1 x 16-bit timer with 2 x IC/OCs, one OCN/PWM, dead time generation and emergency stop
65 - 2 x 16-bit timers with IC/OC/OCN/PWM, dead time generation and emergency stop
70 - Calendar RTC with alarm, periodic wakeup from stop/standby
73 - 4 x I2C Fast mode plus (1 Mbit/s) with 20 mA current sink, SMBus/PMBus, wakeup from stop
/bsp/bluetrum/libraries/hal_drivers/
A Ddrv_hwtimer.c89 if (timer->ops->stop != RT_NULL) in _rt_device_hwtimer_isr()
91 timer->ops->stop(timer); in _rt_device_hwtimer_isr()
213 .stop = timer_stop,
/bsp/microchip/samc21/bsp/hal/documentation/
A Di2c_master_sync.rst14 The stop condition is automatically controlled by the driver if the I/O write and
21 condition (no stop condition between) ending with transferring register data.
40 * Manual or automatic stop condition generation
/bsp/microchip/saml10/bsp/hal/documentation/
A Di2c_master_sync.rst14 The stop condition is automatically controlled by the driver if the I/O write and
21 condition (no stop condition between) ending with transferring register data.
40 * Manual or automatic stop condition generation
/bsp/microchip/same70/bsp/hal/documentation/
A Di2c_master_sync.rst14 The stop condition is automatically controlled by the driver if the I/O write and
21 condition (no stop condition between) ending with transferring register data.
40 * Manual or automatic stop condition generation
/bsp/microchip/same54/bsp/hal/documentation/
A Di2c_master_sync.rst14 The stop condition is automatically controlled by the driver if the I/O write and
21 condition (no stop condition between) ending with transferring register data.
40 * Manual or automatic stop condition generation

Completed in 31 milliseconds

12345678