Home
last modified time | relevance | path

Searched refs:maxcnt (Results 1 – 3 of 3) sorted by relevance

/components/drivers/usb/cherryusb/port/nrf5x/
A Dusb_dc_nrf5x.c121 static void nrf_usbd_ep_easydma_set_tx(uint8_t ep, uint32_t ptr, uint32_t maxcnt) in nrf_usbd_ep_easydma_set_tx() argument
127 NRF_USBD->ISOIN.MAXCNT = maxcnt; in nrf_usbd_ep_easydma_set_tx()
131 NRF_USBD->EPIN[epid].MAXCNT = maxcnt; in nrf_usbd_ep_easydma_set_tx()
142 static void nrf_usbd_ep_easydma_set_rx(uint8_t ep, uint32_t ptr, uint32_t maxcnt) in nrf_usbd_ep_easydma_set_rx() argument
148 NRF_USBD->ISOOUT.MAXCNT = maxcnt; in nrf_usbd_ep_easydma_set_rx()
152 NRF_USBD->EPOUT[epid].MAXCNT = maxcnt; in nrf_usbd_ep_easydma_set_rx()
/components/drivers/include/drivers/
A Dhwtimer.h60 rt_uint32_t maxcnt; /* counter maximum value */ member
/components/drivers/hwtimer/
A Dhwtimer.c47 overflow = timer->info->maxcnt/(float)timer->freq; in timeout_calc()

Completed in 7 milliseconds