w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
Retro::Rbits Class Reference

#include <Rbits.hpp>

Inheritance diagram for Retro::Rbits:
[legend]

Static Public Attributes

static const uint8_t kBBit00 = 1u<< 0
 
static const uint8_t kBBit01 = 1u<< 1
 
static const uint8_t kBBit02 = 1u<< 2
 
static const uint8_t kBBit03 = 1u<< 3
 
static const uint8_t kBBit04 = 1u<< 4
 
static const uint8_t kBBit05 = 1u<< 5
 
static const uint8_t kBBit06 = 1u<< 6
 
static const uint8_t kBBit07 = 1u<< 7
 
static const uint16_t kWBit00 = 1u<< 0
 
static const uint16_t kWBit01 = 1u<< 1
 
static const uint16_t kWBit02 = 1u<< 2
 
static const uint16_t kWBit03 = 1u<< 3
 
static const uint16_t kWBit04 = 1u<< 4
 
static const uint16_t kWBit05 = 1u<< 5
 
static const uint16_t kWBit06 = 1u<< 6
 
static const uint16_t kWBit07 = 1u<< 7
 
static const uint16_t kWBit08 = 1u<< 8
 
static const uint16_t kWBit09 = 1u<< 9
 
static const uint16_t kWBit10 = 1u<<10
 
static const uint16_t kWBit11 = 1u<<11
 
static const uint16_t kWBit12 = 1u<<12
 
static const uint16_t kWBit13 = 1u<<13
 
static const uint16_t kWBit14 = 1u<<14
 
static const uint16_t kWBit15 = 1u<<15
 
static const uint32_t kLBit00 = 1u<< 0
 
static const uint32_t kLBit01 = 1u<< 1
 
static const uint32_t kLBit02 = 1u<< 2
 
static const uint32_t kLBit03 = 1u<< 3
 
static const uint32_t kLBit04 = 1u<< 4
 
static const uint32_t kLBit05 = 1u<< 5
 
static const uint32_t kLBit06 = 1u<< 6
 
static const uint32_t kLBit07 = 1u<< 7
 
static const uint32_t kLBit08 = 1u<< 8
 
static const uint32_t kLBit09 = 1u<< 9
 
static const uint32_t kLBit10 = 1u<<10
 
static const uint32_t kLBit11 = 1u<<11
 
static const uint32_t kLBit12 = 1u<<12
 
static const uint32_t kLBit13 = 1u<<13
 
static const uint32_t kLBit14 = 1u<<14
 
static const uint32_t kLBit15 = 1u<<15
 
static const uint32_t kLBit16 = 1u<<16
 
static const uint32_t kLBit17 = 1u<<17
 
static const uint32_t kLBit18 = 1u<<18
 
static const uint32_t kLBit19 = 1u<<19
 
static const uint32_t kLBit20 = 1u<<20
 
static const uint32_t kLBit21 = 1u<<21
 
static const uint32_t kLBit22 = 1u<<22
 
static const uint32_t kLBit23 = 1u<<23
 
static const uint32_t kLBit24 = 1u<<24
 
static const uint32_t kLBit25 = 1u<<25
 
static const uint32_t kLBit26 = 1u<<26
 
static const uint32_t kLBit27 = 1u<<27
 
static const uint32_t kLBit28 = 1u<<28
 
static const uint32_t kLBit29 = 1u<<29
 
static const uint32_t kLBit30 = 1u<<30
 
static const uint32_t kLBit31 = 1u<<31
 

Detailed Description

Definition at line 20 of file Rbits.hpp.

Member Data Documentation

◆ kBBit00

const uint8_t Retro::Rbits::kBBit00 = 1u<< 0
static

Definition at line 23 of file Rbits.hpp.

◆ kBBit01

const uint8_t Retro::Rbits::kBBit01 = 1u<< 1
static

Definition at line 24 of file Rbits.hpp.

◆ kBBit02

const uint8_t Retro::Rbits::kBBit02 = 1u<< 2
static

Definition at line 25 of file Rbits.hpp.

◆ kBBit03

const uint8_t Retro::Rbits::kBBit03 = 1u<< 3
static

Definition at line 26 of file Rbits.hpp.

◆ kBBit04

const uint8_t Retro::Rbits::kBBit04 = 1u<< 4
static

Definition at line 27 of file Rbits.hpp.

◆ kBBit05

const uint8_t Retro::Rbits::kBBit05 = 1u<< 5
static

Definition at line 28 of file Rbits.hpp.

◆ kBBit06

const uint8_t Retro::Rbits::kBBit06 = 1u<< 6
static

Definition at line 29 of file Rbits.hpp.

◆ kBBit07

const uint8_t Retro::Rbits::kBBit07 = 1u<< 7
static

Definition at line 30 of file Rbits.hpp.

◆ kWBit00

const uint16_t Retro::Rbits::kWBit00 = 1u<< 0
static

Definition at line 32 of file Rbits.hpp.

◆ kWBit01

const uint16_t Retro::Rbits::kWBit01 = 1u<< 1
static

Definition at line 33 of file Rbits.hpp.

◆ kWBit02

const uint16_t Retro::Rbits::kWBit02 = 1u<< 2
static

Definition at line 34 of file Rbits.hpp.

◆ kWBit03

const uint16_t Retro::Rbits::kWBit03 = 1u<< 3
static

Definition at line 35 of file Rbits.hpp.

◆ kWBit04

const uint16_t Retro::Rbits::kWBit04 = 1u<< 4
static

Definition at line 36 of file Rbits.hpp.

◆ kWBit05

const uint16_t Retro::Rbits::kWBit05 = 1u<< 5
static

Definition at line 37 of file Rbits.hpp.

◆ kWBit06

const uint16_t Retro::Rbits::kWBit06 = 1u<< 6
static

Definition at line 38 of file Rbits.hpp.

◆ kWBit07

const uint16_t Retro::Rbits::kWBit07 = 1u<< 7
static

Definition at line 39 of file Rbits.hpp.

◆ kWBit08

const uint16_t Retro::Rbits::kWBit08 = 1u<< 8
static

Definition at line 40 of file Rbits.hpp.

◆ kWBit09

const uint16_t Retro::Rbits::kWBit09 = 1u<< 9
static

Definition at line 41 of file Rbits.hpp.

◆ kWBit10

const uint16_t Retro::Rbits::kWBit10 = 1u<<10
static

Definition at line 42 of file Rbits.hpp.

◆ kWBit11

const uint16_t Retro::Rbits::kWBit11 = 1u<<11
static

Definition at line 43 of file Rbits.hpp.

◆ kWBit12

const uint16_t Retro::Rbits::kWBit12 = 1u<<12
static

Definition at line 44 of file Rbits.hpp.

◆ kWBit13

const uint16_t Retro::Rbits::kWBit13 = 1u<<13
static

Definition at line 45 of file Rbits.hpp.

◆ kWBit14

const uint16_t Retro::Rbits::kWBit14 = 1u<<14
static

Definition at line 46 of file Rbits.hpp.

◆ kWBit15

const uint16_t Retro::Rbits::kWBit15 = 1u<<15
static

Definition at line 47 of file Rbits.hpp.

◆ kLBit00

const uint32_t Retro::Rbits::kLBit00 = 1u<< 0
static

Definition at line 49 of file Rbits.hpp.

◆ kLBit01

const uint32_t Retro::Rbits::kLBit01 = 1u<< 1
static

Definition at line 50 of file Rbits.hpp.

◆ kLBit02

const uint32_t Retro::Rbits::kLBit02 = 1u<< 2
static

Definition at line 51 of file Rbits.hpp.

◆ kLBit03

const uint32_t Retro::Rbits::kLBit03 = 1u<< 3
static

Definition at line 52 of file Rbits.hpp.

◆ kLBit04

const uint32_t Retro::Rbits::kLBit04 = 1u<< 4
static

Definition at line 53 of file Rbits.hpp.

◆ kLBit05

const uint32_t Retro::Rbits::kLBit05 = 1u<< 5
static

Definition at line 54 of file Rbits.hpp.

◆ kLBit06

const uint32_t Retro::Rbits::kLBit06 = 1u<< 6
static

Definition at line 55 of file Rbits.hpp.

◆ kLBit07

const uint32_t Retro::Rbits::kLBit07 = 1u<< 7
static

Definition at line 56 of file Rbits.hpp.

◆ kLBit08

const uint32_t Retro::Rbits::kLBit08 = 1u<< 8
static

Definition at line 57 of file Rbits.hpp.

◆ kLBit09

const uint32_t Retro::Rbits::kLBit09 = 1u<< 9
static

Definition at line 58 of file Rbits.hpp.

◆ kLBit10

const uint32_t Retro::Rbits::kLBit10 = 1u<<10
static

Definition at line 59 of file Rbits.hpp.

◆ kLBit11

const uint32_t Retro::Rbits::kLBit11 = 1u<<11
static

Definition at line 60 of file Rbits.hpp.

◆ kLBit12

const uint32_t Retro::Rbits::kLBit12 = 1u<<12
static

Definition at line 61 of file Rbits.hpp.

◆ kLBit13

const uint32_t Retro::Rbits::kLBit13 = 1u<<13
static

Definition at line 62 of file Rbits.hpp.

◆ kLBit14

const uint32_t Retro::Rbits::kLBit14 = 1u<<14
static

Definition at line 63 of file Rbits.hpp.

◆ kLBit15

const uint32_t Retro::Rbits::kLBit15 = 1u<<15
static

Definition at line 64 of file Rbits.hpp.

◆ kLBit16

const uint32_t Retro::Rbits::kLBit16 = 1u<<16
static

Definition at line 65 of file Rbits.hpp.

◆ kLBit17

const uint32_t Retro::Rbits::kLBit17 = 1u<<17
static

Definition at line 66 of file Rbits.hpp.

◆ kLBit18

const uint32_t Retro::Rbits::kLBit18 = 1u<<18
static

Definition at line 67 of file Rbits.hpp.

◆ kLBit19

const uint32_t Retro::Rbits::kLBit19 = 1u<<19
static

Definition at line 68 of file Rbits.hpp.

◆ kLBit20

const uint32_t Retro::Rbits::kLBit20 = 1u<<20
static

Definition at line 69 of file Rbits.hpp.

◆ kLBit21

const uint32_t Retro::Rbits::kLBit21 = 1u<<21
static

Definition at line 70 of file Rbits.hpp.

◆ kLBit22

const uint32_t Retro::Rbits::kLBit22 = 1u<<22
static

Definition at line 71 of file Rbits.hpp.

◆ kLBit23

const uint32_t Retro::Rbits::kLBit23 = 1u<<23
static

Definition at line 72 of file Rbits.hpp.

◆ kLBit24

const uint32_t Retro::Rbits::kLBit24 = 1u<<24
static

Definition at line 73 of file Rbits.hpp.

◆ kLBit25

const uint32_t Retro::Rbits::kLBit25 = 1u<<25
static

Definition at line 74 of file Rbits.hpp.

◆ kLBit26

const uint32_t Retro::Rbits::kLBit26 = 1u<<26
static

Definition at line 75 of file Rbits.hpp.

◆ kLBit27

const uint32_t Retro::Rbits::kLBit27 = 1u<<27
static

Definition at line 76 of file Rbits.hpp.

◆ kLBit28

const uint32_t Retro::Rbits::kLBit28 = 1u<<28
static

Definition at line 77 of file Rbits.hpp.

◆ kLBit29

const uint32_t Retro::Rbits::kLBit29 = 1u<<29
static

Definition at line 78 of file Rbits.hpp.

◆ kLBit30

const uint32_t Retro::Rbits::kLBit30 = 1u<<30
static

Definition at line 79 of file Rbits.hpp.

◆ kLBit31

const uint32_t Retro::Rbits::kLBit31 = 1u<<31
static

Definition at line 80 of file Rbits.hpp.


The documentation for this class was generated from the following files: