Copyright (C) 2022 Fabien Chouteau <fabien.chouteau@gmail.com>
SPDX-License-Identifier: BSD-3-Clause
procedure Drain
function Pop_Blocking return HAL.UInt32
procedure Push_Blocking (V : HAL.UInt32)
function RX_Ready return Boolean
function Try_Pop (V : out HAL.UInt32) return Boolean
function Try_Push (V : HAL.UInt32) return Boolean
function TX_Ready return Boolean