MCPcopy Create free account

hub / github.com/derekmolloy/exploringBB / functions

Functions1,258 in github.com/derekmolloy/exploringBB

Functiondev_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
Functiondev_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
Functiondev_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
Functiondev_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
Functiondev_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
Functiondev_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
FunctiondiffTime_show
@brief Display the time diff in the form secs.nanosecs to 9 places */
chp16/button/button.c:82
FunctiondiffTime_show
@brief Display the time difference in the form secs.nanosecs to 9 places */
extras/kernel/button/button.c:83
MethoddisconnectFromServer
library/network/SocketClient.cpp:105
MethoddisconnectFromServer
chp13/threadedTemperatureServer/network/SocketClient.cpp:105
MethoddisconnectFromServer
chp13/threadedClientServer/network/SocketClient.cpp:106
MethoddisconnectFromServer
chp10/old/thingSpeak/network/SocketClient.cpp:86
MethoddisconnectFromServer
chp10/old/clientserver/network/SocketClient.cpp:86
MethoddisconnectFromServer
chp11/thingSpeak/network/SocketClient.cpp:61
MethoddisconnectFromServer
chp11/clientserver/network/SocketClient.cpp:105
Functiondisplay
(x)
chp06/bone/simple.js:34
Functiondisplay
(val)
chp06/bone/pwm.js:15
Methoddisplay
extras/cmake/studentlib_static/src/Student.cpp:7
Methoddisplay
extras/cmake/studentlib_shared/src/Student.cpp:7
MethoddisplayMode
library/sensor/BMA180.cxx:80
MethoddisplayPitchAndRoll
* 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
FunctiondisplayPlatform
(platform)
chp06/bone/simple.js:20
FunctiondisplayPlatform
(platform)
chp06/bone/gpioTest.js:15
FunctionebbButton_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
FunctionebbButton_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
FunctionebbLED_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
FunctionebbLED_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
Functionebb_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
Functionebb_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
Functionebb_button_exit
chp16/button/button.c:199
Functionebb_button_init
@brief The LKM initialization function */
chp16/button/button.c:152
Functionebb_gpio_exit
@brief The LKM cleanup function */
chp16/gpio/gpio_test.c:65
Functionebb_gpio_init
@brief The LKM initialization function */
chp16/gpio/gpio_test.c:31
Functionebb_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
Functionebb_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
Functionebbchar_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
Functionebbchar_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
Functionebbchar_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
Functionebbchar_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
Functionebbgpio_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
Functionebbgpio_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
Functionebbgpio_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
Functionebbgpio_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
Functionenergy
(bodies: &[Planet;N_BODIES])
chp05/performance/nbody.rs:101
Functionflash
@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
Functionflash
@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
MethodgetAccelerationX
library/sensor/ADXL345.h:75
MethodgetAccelerationX
chp08/i2c/cpp/ADXL345.h:77
MethodgetAccelerationY
library/sensor/ADXL345.h:76
MethodgetAccelerationY
chp08/i2c/cpp/ADXL345.h:78
MethodgetAccelerationZ
library/sensor/ADXL345.h:77
MethodgetAccelerationZ
chp08/i2c/cpp/ADXL345.h:79
MethodgetBandwidth
library/sensor/BMA180.cxx:139
MethodgetDirection
library/gpio/GPIO.cpp:169
MethodgetDirection
library/motor/StepperMotor.h:67
MethodgetDirection
library/motor/DCMotor.h:60
MethodgetDirection
chp06/API/gpio/GPIO.cpp:170
MethodgetDirection
chp06/GPIO/GPIO.cpp:151
MethodgetDirection
chp06/GPIO/tests/GPIO.cpp:151
MethodgetDirection
chp06/pwm/GPIO.cpp:170
MethodgetDutyCyclePercent
library/gpio/PWM.cpp:80
MethodgetDutyCyclePercent
chp06/API/gpio/PWM.cpp:80
MethodgetDutyCyclePercent
chp06/pwm/PWM.cpp:80
MethodgetEdgeType
library/gpio/GPIO.cpp:175
MethodgetEdgeType
chp06/API/gpio/GPIO.cpp:176
MethodgetEdgeType
chp06/GPIO/GPIO.cpp:157
MethodgetEdgeType
chp06/GPIO/tests/GPIO.cpp:157
MethodgetEdgeType
chp06/pwm/GPIO.cpp:176
MethodgetFrequency
library/gpio/PWM.cpp:60
MethodgetFrequency
chp06/API/gpio/PWM.cpp:60
MethodgetFrequency
chp06/pwm/PWM.cpp:60
MethodgetGyroscopePitch
library/sensor/ITG3200.h:65
MethodgetGyroscopeRoll
library/sensor/ITG3200.h:64
MethodgetGyroscopeYaw
library/sensor/ITG3200.h:66
MethodgetInterruptCaptureState
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
MethodgetInterruptFlagState
chp10/gpioExpander/gpioExpander.cpp:242
MethodgetModeConfig
library/sensor/BMA180.cxx:164
MethodgetNumber
library/gpio/GPIO.h:60
MethodgetNumber
chp06/API/gpio/GPIO.h:60
MethodgetNumber
constructor will export the pin
chp06/GPIO/GPIO.h:48
MethodgetNumber
constructor will export the pin
chp06/GPIO/tests/GPIO.h:48
MethodgetNumber
chp06/pwm/GPIO.h:60
MethodgetNumberBase
library/display/SevenSegmentDisplay.h:47
MethodgetNumberSegments
library/display/SevenSegmentDisplay.h:48
MethodgetOffsetPitchOffset
library/sensor/ITG3200.h:69
MethodgetOffsetRollOffset
library/sensor/ITG3200.h:68
MethodgetOffsetYawOffset
library/sensor/ITG3200.h:70
MethodgetOutputValues
chp10/gpioExpander/gpioExpander.cpp:115
MethodgetOutputValuesStr
chp10/gpioExpander/gpioExpander.cpp:127
MethodgetRange
library/sensor/ADXL345.h:71
MethodgetRange
library/sensor/BMA180.cxx:114
MethodgetRange
chp08/i2c/cpp/ADXL345.h:73
MethodgetResolution
library/sensor/ADXL345.h:73
MethodgetResolution
chp08/i2c/cpp/ADXL345.h:75
MethodgetSpeed
library/motor/StepperMotor.h:72
MethodgetSpeedPercent
library/motor/DCMotor.h:58
MethodgetStepMode
library/motor/StepperMotor.h:70
MethodgetStepsPerRevolution
library/motor/StepperMotor.h:74
MethodgetTemperature
library/sensor/BMA180.cxx:91
MethodgetTemperature
library/sensor/ITG3200.h:72
← previousnext →701–800 of 1,258, ranked by callers