Searched defs:data_bytes (Results 1 – 6 of 6) sorted by relevance
260 __STATIC_INLINE void * HW_SCI_WriteAddrGet (R_SCI0_Type * p_reg, uint32_t data_bytes) in HW_SCI_WriteAddrGet()281 __STATIC_INLINE void * HW_SCI_Non_FIFO_WriteAddrGet (R_SCI0_Type * p_reg, uint32_t data_bytes) in HW_SCI_Non_FIFO_WriteAddrGet()322 __STATIC_INLINE void const * HW_SCI_ReadAddrGet (R_SCI0_Type * p_reg, uint32_t data_bytes) in HW_SCI_ReadAddrGet()343 __STATIC_INLINE void const * HW_SCI_Non_FIFO_ReadAddrGet (R_SCI0_Type * p_reg, uint32_t data_bytes) in HW_SCI_Non_FIFO_ReadAddrGet()
507 uint32_t data_bytes = p_ctrl->data_bytes; in R_SCI_UartRead() local1483 uint32_t data_bytes = p_ctrl->data_bytes; in r_sci_uart_write_transfer_setup() local
89 … uint32_t data_bytes = (uint32_t) (write_with_bytes_per_sample * total_num_samples * num_channels); in write_wav_header() local
71 uint8_t data_bytes :2; ///< 1 byte for 7 or 8 bit data, 2 bytes for 9 bit data member
71 uint8_t data_bytes : 2; // 1 byte for 7 or 8 bit data, 2 bytes for 9 bit data member
644 uint32_t data_bytes = p_ctrl->data_bytes; in R_SCI_UART_Write() local