@@ -1061,11 +1061,12 @@ where
1061
1061
status
1062
1062
}
1063
1063
1064
- /// Check transmission status and write new data to the hardware if
1065
- /// necessary.
1066
- ///
1067
- /// Returns whether transmission has ended (whether successfully or with an
1068
- /// error). In that case, a subsequent call to `wait()` returns immediately.
1064
+ // Check transmission status and write new data to the hardware if
1065
+ // necessary.
1066
+ //
1067
+ // Returns whether transmission has ended (whether successfully or with an
1068
+ // error). In that case, a subsequent call to `wait()` returns immediately.
1069
+ #[ doc( hidden) ]
1069
1070
#[ cfg_attr( place_rmt_driver_in_ram, ram) ]
1070
1071
pub fn poll ( & mut self ) -> bool {
1071
1072
match self . poll_internal ( ) {
@@ -1353,10 +1354,11 @@ impl<Raw: RxChannelInternal> RxTransaction<'_, Raw> {
1353
1354
status
1354
1355
}
1355
1356
1356
- /// Check receive status
1357
- ///
1358
- /// Returns whether reception has ended (whether successfully or with an
1359
- /// error). In that case, a subsequent call to `wait()` returns immediately.
1357
+ // Check receive status
1358
+ //
1359
+ // Returns whether reception has ended (whether successfully or with an
1360
+ // error). In that case, a subsequent call to `wait()` returns immediately.
1361
+ #[ doc( hidden) ]
1360
1362
#[ cfg_attr( place_rmt_driver_in_ram, ram) ]
1361
1363
pub fn poll ( & mut self ) -> bool {
1362
1364
match self . poll_internal ( ) {
0 commit comments