Type Alias R

Source
pub type R = R<SWIER1rs>;
Expand description

Register SWIER1 reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn swier0(&self) -> SWIER0_R

Bit 0 - Software Interrupt on line 0

Source

pub fn swier1(&self) -> SWIER1_R

Bit 1 - Software Interrupt on line 1

Source

pub fn swier2(&self) -> SWIER2_R

Bit 2 - Software Interrupt on line 2

Source

pub fn swier3(&self) -> SWIER3_R

Bit 3 - Software Interrupt on line 3

Source

pub fn swier4(&self) -> SWIER4_R

Bit 4 - Software Interrupt on line 4

Source

pub fn swier5(&self) -> SWIER5_R

Bit 5 - Software Interrupt on line 5

Source

pub fn swier6(&self) -> SWIER6_R

Bit 6 - Software Interrupt on line 6

Source

pub fn swier7(&self) -> SWIER7_R

Bit 7 - Software Interrupt on line 7

Source

pub fn swier8(&self) -> SWIER8_R

Bit 8 - Software Interrupt on line 8

Source

pub fn swier9(&self) -> SWIER9_R

Bit 9 - Software Interrupt on line 9

Source

pub fn swier10(&self) -> SWIER10_R

Bit 10 - Software Interrupt on line 10

Source

pub fn swier11(&self) -> SWIER11_R

Bit 11 - Software Interrupt on line 11

Source

pub fn swier12(&self) -> SWIER12_R

Bit 12 - Software Interrupt on line 12

Source

pub fn swier13(&self) -> SWIER13_R

Bit 13 - Software Interrupt on line 13

Source

pub fn swier14(&self) -> SWIER14_R

Bit 14 - Software Interrupt on line 14

Source

pub fn swier15(&self) -> SWIER15_R

Bit 15 - Software Interrupt on line 15

Source

pub fn swier16(&self) -> SWIER16_R

Bit 16 - Software Interrupt on line 16

Source

pub fn swier17(&self) -> SWIER17_R

Bit 17 - Software Interrupt on line 17

Source

pub fn swier18(&self) -> SWIER18_R

Bit 18 - Software Interrupt on line 18

Source

pub fn swier19(&self) -> SWIER19_R

Bit 19 - Software Interrupt on line 19

Source

pub fn swier20(&self) -> SWIER20_R

Bit 20 - Software Interrupt on line 20

Source

pub fn swier21(&self) -> SWIER21_R

Bit 21 - Software Interrupt on line 21

Source

pub fn swier22(&self) -> SWIER22_R

Bit 22 - Software Interrupt on line 22

Source

pub fn swier29(&self) -> SWIER29_R

Bit 29 - Software Interrupt on line 29

Source

pub fn swier30(&self) -> SWIER30_R

Bit 30 - Software Interrupt on line 309

Source

pub fn swier31(&self) -> SWIER31_R

Bit 31 - Software Interrupt on line 319

Trait Implementations§

Source§

impl Debug for R

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more