Searched refs:pipectr (Results 1 – 1 of 1) sorted by relevance
560 volatile uint16_t * pipectr = get_pipectr(p_api_ctrl, num); in R_USBD_EdptStall() local561 const uint16_t pid = *pipectr & R_USB_PIPE_CTR_PID_Msk; in R_USBD_EdptStall()563 *pipectr = pid | R_USB_PIPE_CTR_PID_STALL; in R_USBD_EdptStall()564 *pipectr = R_USB_PIPE_CTR_PID_STALL; in R_USBD_EdptStall()593 volatile uint16_t * pipectr = get_pipectr(p_api_ctrl, num); in R_USBD_EdptClearStall() local595 *pipectr = R_USB_PIPE_CTR_SQCLR_Msk; in R_USBD_EdptClearStall()598 *pipectr = R_USB_PIPE_CTR_PID_BUF; in R_USBD_EdptClearStall()608 *pipectr = R_USB_PIPE_CTR_PID_BUF; in R_USBD_EdptClearStall()617 *pipectr = R_USB_PIPE_CTR_PID_BUF; in R_USBD_EdptClearStall()680 volatile uint16_t * pipectr = NULL; in get_pipectr() local[all …]