1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
///Register `RXF1A` reader
pub type R = crateR;
///Register `RXF1A` writer
pub type W = crateW;
///Field `F1AI` reader - Rx FIFO 1 acknowledge index After the Host has read a message or a sequence of messages from Rx FIFO 1 it has to write the buffer index of the last element read from Rx FIFO 1 to F1AI. This sets the Rx FIFO 1 get index RXF1S\[F1GI\] to F1AI + 1 and update the FIFO 1 Fill Level RXF1S\[F1FL\].
pub type F1AI_R = crateFieldReader;
///Field `F1AI` writer - Rx FIFO 1 acknowledge index After the Host has read a message or a sequence of messages from Rx FIFO 1 it has to write the buffer index of the last element read from Rx FIFO 1 to F1AI. This sets the Rx FIFO 1 get index RXF1S\[F1GI\] to F1AI + 1 and update the FIFO 1 Fill Level RXF1S\[F1FL\].
pub type F1AI_W<'a, REG> = crateFieldWriter;
/**FDCAN Rx FIFO 1 acknowledge register
You can [`read`](crate::Reg::read) this register and get [`rxf1a::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`rxf1a::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G441.html#FDCAN:RXF1A)*/
;
///`read()` method returns [`rxf1a::R`](R) reader structure
///`write(|w| ..)` method takes [`rxf1a::W`](W) writer structure
///`reset()` method sets RXF1A to value 0