ot::Lib::Utils::ToUlong() function
Casts a given `uint32_t` to `unsigned long`.
Syntax
inline unsigned long ToUlong(uint32_t aUint32); Arguments
aUint32
A `uint32_t` value.
Return value
The @p aUint32 value as `unsigned long`.
![]()
inline unsigned long ToUlong(uint32_t aUint32) { return static_cast<unsigned long>(aUint32); }![]()
using Lib::Utils::ToUlong;
ot::Lib::Utils::ToUlong() is called by 2 functions:
![]()
ot::Lib::Utils::ToUlong()
ot::Lib::Utils::ToUlong():
![]()
ot::Lib::Utils::ToUlong()