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 `RXF0A` reader
pub type R = crateR;
///Register `RXF0A` writer
pub type W = crateW;
///Field `F0AI` reader - Rx FIFO 0 acknowledge index After the Host has read a message or a sequence of messages from Rx FIFO 0 it has to write the buffer index of the last element read from Rx FIFO 0 to F0AI. This sets the Rx FIFO 0 get index RXF0S\[F0GI\] to F0AI + 1 and update the FIFO 0 fill level RXF0S\[F0FL\].
pub type F0AI_R = crateFieldReader;
///Field `F0AI` writer - Rx FIFO 0 acknowledge index After the Host has read a message or a sequence of messages from Rx FIFO 0 it has to write the buffer index of the last element read from Rx FIFO 0 to F0AI. This sets the Rx FIFO 0 get index RXF0S\[F0GI\] to F0AI + 1 and update the FIFO 0 fill level RXF0S\[F0FL\].
pub type F0AI_W<'a, REG> = crateFieldWriter;
/**CAN Rx FIFO 0 acknowledge register
You can [`read`](crate::Reg::read) this register and get [`rxf0a::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`rxf0a::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:RXF0A)*/
;
///`read()` method returns [`rxf0a::R`](R) reader structure
///`write(|w| ..)` method takes [`rxf0a::W`](W) writer structure
///`reset()` method sets RXF0A to value 0