blob: 0fcd135b6ce62e11fedbbfec1007322c5f5bd1b1 [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
#include "sw/device/lib/base/bitfield.h"
// `extern` declarations to give the inline functions in the
// corresponding header a link location.
extern uint32_t bitfield_set_field32(uint32_t bitfield,
bitfield_field32_t field);