Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/derekmolloy/exploringBB
/ functions
Functions
1,258 in github.com/derekmolloy/exploringBB
⨍
Functions
1,258
◇
Types & classes
346
Function
dev_read
@brief This function is called whenever device is being read from user space i.e. data is * being sent from the device to the user. In this case is
extras/kernel/ebbcharmutex/ebbcharmutex.c:132
Function
dev_read
@brief This function is called whenever device is being read from user space i.e. data is * being sent from the device to the user. In this case is
extras/kernel/ebbchar/ebbchar.c:121
Function
dev_release
@brief The device release function that is called whenever the device is closed/released by * the userspace program * @param inodep A pointer to a
extras/kernel/ebbcharmutex/ebbcharmutex.c:168
Function
dev_release
@brief The device release function that is called whenever the device is closed/released by * the userspace program * @param inodep A pointer to a
extras/kernel/ebbchar/ebbchar.c:156
Function
dev_write
@brief This function is called whenever the device is being written to from user space i.e. * data is sent to the device from the user. The data is
extras/kernel/ebbcharmutex/ebbcharmutex.c:155
Function
dev_write
@brief This function is called whenever the device is being written to from user space i.e. * data is sent to the device from the user. The data is
extras/kernel/ebbchar/ebbchar.c:144
Function
diffTime_show
@brief Display the time diff in the form secs.nanosecs to 9 places */
chp16/button/button.c:82
Function
diffTime_show
@brief Display the time difference in the form secs.nanosecs to 9 places */
extras/kernel/button/button.c:83
Method
disconnectFromServer
library/network/SocketClient.cpp:105
Method
disconnectFromServer
chp13/threadedTemperatureServer/network/SocketClient.cpp:105
Method
disconnectFromServer
chp13/threadedClientServer/network/SocketClient.cpp:106
Method
disconnectFromServer
chp10/old/thingSpeak/network/SocketClient.cpp:86
Method
disconnectFromServer
chp10/old/clientserver/network/SocketClient.cpp:86
Method
disconnectFromServer
chp11/thingSpeak/network/SocketClient.cpp:61
Method
disconnectFromServer
chp11/clientserver/network/SocketClient.cpp:105
Function
display
(x)
chp06/bone/simple.js:34
Function
display
(val)
chp06/bone/pwm.js:15
Method
display
extras/cmake/studentlib_static/src/Student.cpp:7
Method
display
extras/cmake/studentlib_shared/src/Student.cpp:7
Method
displayMode
library/sensor/BMA180.cxx:80
Method
displayPitchAndRoll
* Useful debug method to display the pitch and roll values in degrees on a single standard output line * @param iterations The number of 0.1s iterati
library/sensor/ADXL345.cpp:186
Function
displayPlatform
(platform)
chp06/bone/simple.js:20
Function
displayPlatform
(platform)
chp06/bone/gpioTest.js:15
Function
ebbButton_exit
@brief The LKM cleanup function * Similar to the initialization function, it is static. The __exit macro notifies that if this * code is used for
extras/kernel/button/button.c:212
Function
ebbButton_init
@brief The LKM initialization function * The static keyword restricts the visibility of the function to within this C file. The __init * macro mea
extras/kernel/button/button.c:153
Function
ebbLED_exit
@brief The LKM cleanup function * Similar to the initialization function, it is static. The __exit macro notifies that if this * code is used for
extras/kernel/led/led.c:168
Function
ebbLED_init
@brief The LKM initialization function * The static keyword restricts the visibility of the function to within this C file. The __init * macro mea
extras/kernel/led/led.c:132
Function
ebb_LED_exit
@brief The LKM cleanup function * Similar to the initialization function, it is static. The __exit macro notifies that if this * code is used for
chp16/LED/led.c:168
Function
ebb_LED_init
@brief The LKM initialization function * The static keyword restricts the visibility of the function to within this C file. The __init * macro mea
chp16/LED/led.c:132
Function
ebb_button_exit
chp16/button/button.c:199
Function
ebb_button_init
@brief The LKM initialization function */
chp16/button/button.c:152
Function
ebb_gpio_exit
@brief The LKM cleanup function */
chp16/gpio/gpio_test.c:65
Function
ebb_gpio_init
@brief The LKM initialization function */
chp16/gpio/gpio_test.c:31
Function
ebb_gpio_irq_handler
@brief The GPIO IRQ Handler function * A custom interrupt handler that is attached to the GPIO. The same * interrupt handler cannot be invoked concu
chp16/gpio/gpio_test.c:89
Function
ebb_gpio_irq_handler
@brief The GPIO IRQ Handler function * This function is a custom interrupt handler that is attached to the GPIO * above. The same interrupt handler
chp16/button/button.c:223
Function
ebbchar_exit
@brief The LKM cleanup function * Similar to the initialization function, it is static. The __exit macro notifies that if this * code is used for
extras/kernel/ebbcharmutex/ebbcharmutex.c:99
Function
ebbchar_exit
@brief The LKM cleanup function * Similar to the initialization function, it is static. The __exit macro notifies that if this * code is used for
extras/kernel/ebbchar/ebbchar.c:94
Function
ebbchar_init
@brief The LKM initialization function * The static keyword restricts the visibility of the function to within this C file. The __init * macro mea
extras/kernel/ebbcharmutex/ebbcharmutex.c:62
Function
ebbchar_init
@brief The LKM initialization function * The static keyword restricts the visibility of the function to within this C file. The __init * macro mea
extras/kernel/ebbchar/ebbchar.c:58
Function
ebbgpio_exit
@brief The LKM cleanup function * Similar to the initialization function, it is static. The __exit macro notifies that if this * code is used for
extras/kernel/gpio_test/gpio_test.c:82
Function
ebbgpio_init
@brief The LKM initialization function * The static keyword restricts the visibility of the function to within this C file. The __init * macro mea
extras/kernel/gpio_test/gpio_test.c:39
Function
ebbgpio_irq_handler
@brief The GPIO IRQ Handler function * This function is a custom interrupt handler that is attached to the GPIO above. The same interrupt * handle
extras/kernel/gpio_test/gpio_test.c:104
Function
ebbgpio_irq_handler
@brief The GPIO IRQ Handler function * This function is a custom interrupt handler that is attached to the GPIO above. The same interrupt * handle
extras/kernel/button/button.c:234
Function
energy
(bodies: &[Planet;N_BODIES])
chp05/performance/nbody.rs:101
Function
flash
@brief The LED Flasher main kthread loop * * @param arg A void pointer used in order to pass data to the thread * @return returns 0 if successful
chp16/LED/led.c:110
Function
flash
@brief The LED Flasher main kthread loop * * @param arg A void pointer used in order to pass data to the thread * @return returns 0 if successful
extras/kernel/led/led.c:110
Method
getAccelerationX
library/sensor/ADXL345.h:75
Method
getAccelerationX
chp08/i2c/cpp/ADXL345.h:77
Method
getAccelerationY
library/sensor/ADXL345.h:76
Method
getAccelerationY
chp08/i2c/cpp/ADXL345.h:78
Method
getAccelerationZ
library/sensor/ADXL345.h:77
Method
getAccelerationZ
chp08/i2c/cpp/ADXL345.h:79
Method
getBandwidth
library/sensor/BMA180.cxx:139
Method
getDirection
library/gpio/GPIO.cpp:169
Method
getDirection
library/motor/StepperMotor.h:67
Method
getDirection
library/motor/DCMotor.h:60
Method
getDirection
chp06/API/gpio/GPIO.cpp:170
Method
getDirection
chp06/GPIO/GPIO.cpp:151
Method
getDirection
chp06/GPIO/tests/GPIO.cpp:151
Method
getDirection
chp06/pwm/GPIO.cpp:170
Method
getDutyCyclePercent
library/gpio/PWM.cpp:80
Method
getDutyCyclePercent
chp06/API/gpio/PWM.cpp:80
Method
getDutyCyclePercent
chp06/pwm/PWM.cpp:80
Method
getEdgeType
library/gpio/GPIO.cpp:175
Method
getEdgeType
chp06/API/gpio/GPIO.cpp:176
Method
getEdgeType
chp06/GPIO/GPIO.cpp:157
Method
getEdgeType
chp06/GPIO/tests/GPIO.cpp:157
Method
getEdgeType
chp06/pwm/GPIO.cpp:176
Method
getFrequency
library/gpio/PWM.cpp:60
Method
getFrequency
chp06/API/gpio/PWM.cpp:60
Method
getFrequency
chp06/pwm/PWM.cpp:60
Method
getGyroscopePitch
library/sensor/ITG3200.h:65
Method
getGyroscopeRoll
library/sensor/ITG3200.h:64
Method
getGyroscopeYaw
library/sensor/ITG3200.h:66
Method
getInterruptCaptureState
Get the interrupt capture register values -- reflects the value on the port when the interrupt occurs. Cleared after it or GPIO state is read.
chp10/gpioExpander/gpioExpander.cpp:202
Method
getInterruptFlagState
chp10/gpioExpander/gpioExpander.cpp:242
Method
getModeConfig
library/sensor/BMA180.cxx:164
Method
getNumber
library/gpio/GPIO.h:60
Method
getNumber
chp06/API/gpio/GPIO.h:60
Method
getNumber
constructor will export the pin
chp06/GPIO/GPIO.h:48
Method
getNumber
constructor will export the pin
chp06/GPIO/tests/GPIO.h:48
Method
getNumber
chp06/pwm/GPIO.h:60
Method
getNumberBase
library/display/SevenSegmentDisplay.h:47
Method
getNumberSegments
library/display/SevenSegmentDisplay.h:48
Method
getOffsetPitchOffset
library/sensor/ITG3200.h:69
Method
getOffsetRollOffset
library/sensor/ITG3200.h:68
Method
getOffsetYawOffset
library/sensor/ITG3200.h:70
Method
getOutputValues
chp10/gpioExpander/gpioExpander.cpp:115
Method
getOutputValuesStr
chp10/gpioExpander/gpioExpander.cpp:127
Method
getRange
library/sensor/ADXL345.h:71
Method
getRange
library/sensor/BMA180.cxx:114
Method
getRange
chp08/i2c/cpp/ADXL345.h:73
Method
getResolution
library/sensor/ADXL345.h:73
Method
getResolution
chp08/i2c/cpp/ADXL345.h:75
Method
getSpeed
library/motor/StepperMotor.h:72
Method
getSpeedPercent
library/motor/DCMotor.h:58
Method
getStepMode
library/motor/StepperMotor.h:70
Method
getStepsPerRevolution
library/motor/StepperMotor.h:74
Method
getTemperature
library/sensor/BMA180.cxx:91
Method
getTemperature
library/sensor/ITG3200.h:72
← previous
next →
701–800 of 1,258, ranked by callers