Function stm32f1xx_hal::bb::set

source ·
pub unsafe fn set<T>(register: *const T, bit: u8)
Expand description

Sets the bit on the provided register without modifying other bits.

Safety

Some registers have reserved bits which should not be modified.